Skip to content
View m3mentomor1's full-sized avatar
Block or Report

Block or report m3mentomor1

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
m3mentomor1/README.md

Hello, I'm Shain! ๐Ÿ‘‹

CV/Portfolio Website LinkedIn Badge Microsoft Student Ambassadors Badge GitLab Profile LeetCode Profile

This is where you'll find all dev projects I've worked on & am currently working on.

๐Ÿ™‹ Introduction

I'm an undergraduate student currently pursuing a Bachelor of Science (BS) degree in Computer Engineering (CpE) with Specialization in Intelligent Systems at the Technological Institute of the Philippines (T.I.P.), Quezon City.

๐Ÿš€ I'm also an aspiring multidisciplinary Software & AI/ML Engineer with a passion for developing a career in:

  • UI Design, Front-end & Back-end Development (Cross-platform Mobile & Web apps)
  • AI/ML Development (Machine Perception: Computer Vision, Speech Processing, & NLP)
  • Cloud Development (Integration of Cloud Platform services into Mobile & Web apps)

Interests beyond my specialized career aspirations: Cybersecurity, Data Science, Robotics

I love all things dev, & I thoroughly enjoy the process of creating & building things.

๐Ÿ—‚๏ธ Projects

UI Design - Front-end Dev - Back-end Dev - Full-Stack Dev - AI/Machine Learning - Microsoft Azure - Other Projects

๐Ÿ’ป My Current Personal Stack

Domain Technologies
Programming Language
UI Design Mobile & Web: Figma Material Design Adobe Photoshop Canva
Front-end & Back-end Development Mobile: Flutter Material UI Azure Functions Microsoft Entra ID
Web: React Tailwind CSS Material UI Django Azure Functions Microsoft Entra ID
Database/Data Storage & Management (SQL/NoSQL/Object Storage) Azure Database for PostgreSQL Azure Cosmos DB Azure Blob Storage Azure Data Studio
Cloud Integration & Deployment Microsoft Azure
Version Control Git GitHub
AI/ML TensorFlow PyTorch OpenCV Keras NLTK spaCy Streamlit Azure ML Studio Azure AI Services

โš™๏ธ Techologies/Tools I used

Programming/Markup/Style Sheet Language Java Python C++ Kotlin Dart HTML CSS JavaScript Ruby
Framework Flutter React Tailwind CSS Django Rails Material UI PyQt Swing TensorFlow Keras NLTK spaCy
Database SQLite PostgreSQL SQL MySQL MongoDB Azure Cosmos DB
Tools Figma Material Design 3 Adobe Photoshop Canva Android Studio Arduino IDE Postman OpenCV Streamlit
Version Control Git GitHub GitLab
Cloud Computing Platform Microsoft Azure
Linux Environment (GNOME-based) GNOME-based: Fedora Pop!_OS Ubuntu WSL (CLI)

๐Ÿ“ˆ GitHub Stats

Top Langs Your GitHub stats GitHub Streak

Create your own: GitHub Stats Generator, GitHub Readme Stats

Pinned

  1. Flower-Image-Classification-with-InceptionV3 Flower-Image-Classification-with-InceptionV3 Public

    This repository contains a deep learning project for flower image classification using the InceptionV3 CNN architecture. The project leverages transfer learning on the InceptionV3 pre-trained modelโ€ฆ

    Jupyter Notebook 3 1

  2. Breast-Cancer-Image-Classification-with-DenseNet121 Breast-Cancer-Image-Classification-with-DenseNet121 Public

    This project utilizes a sophisticated deep learning model trained to classify breast ultrasound images into three categories: benign, malignant, or normal, thus determining the presence of breast cโ€ฆ

    Jupyter Notebook 1 2

  3. Object-Detection-Using-YOLOv8 Object-Detection-Using-YOLOv8 Public

    This is a simple object detection program that uses the YOLO (You Only Look Once) model to detect and identify objects in a real-time webcam feed.

    Python 1

  4. Pattern-Based-File-Remover Pattern-Based-File-Remover Public

    This is a simple pattern-based file remover that provides an efficient way to clean up files in a specified directory based on a user-defined naming pattern.

    Python

  5. Raised-Finger-Counter-With-MediaPipe Raised-Finger-Counter-With-MediaPipe Public

    This is a computer vision-based raised finger counter program that utilizes the MediaPipe library to identify hand landmarks and extract relevant information to count the number of raised fingers iโ€ฆ

    Python 1

  6. Speech-to-Text-Transcriber Speech-to-Text-Transcriber Public

    This is a simple speech-to-text program that uses the SpeechRecognition library to capture spoken words from a microphone for 5 seconds and then transcribes the captured words into readable text.

    Python