Portfolio item number 1
Short description of portfolio item number 1
Short description of portfolio item number 1
Short description of portfolio item number 2
Published in Journal 1, 2009
This paper is about the number 1. The number 2 is left for future work.
Recommended citation: Your Name, You. (2009). "Paper Title Number 1." Journal 1. 1(1).
Download Paper | Download Slides
Published in Journal 1, 2010
This paper is about the number 2. The number 3 is left for future work.
Recommended citation: Your Name, You. (2010). "Paper Title Number 2." Journal 1. 1(2).
Download Paper | Download Slides
Published in Journal 1, 2015
This paper is about the number 3. The number 4 is left for future work.
Recommended citation: Your Name, You. (2015). "Paper Title Number 3." Journal 1. 1(3).
Download Paper | Download Slides
Published in GitHub Journal of Bugs, 2024
This paper is about fixing template issue #693.
Recommended citation: Your Name, You. (2024). "Paper Title Number 3." GitHub Journal of Bugs. 1(3).
Download Paper
Published:
This is a description of your talk, which is a markdown files that can be all markdown-ified like any other post. Yay markdown!
Published:
This is a description of your conference proceedings talk, note the different field in type. You can put anything in this field.
Machine Learning, Automated Classification, 2022
This project implements a simple neural network for classifying MNIST digits using only one dense layer.
Machine Learning, Automated Classification, 2022
This project showcases a classification model for the CIFAR-10 dataset, using a Multi-layer Perceptron (MLP) with regularization techniques to enhance performance and prevent overfitting.
Image Processing, Course, 2023
This project involves converting MATLAB code and algorithms from Dr. Rafael C. Gonzalez’s renowned book “Digital Image Processing” into Python.
Image Processing, Course, 2023
This project features the conversion of MATLAB code and algorithms from Dr. Hasanpour’s “Digital Image Processing” book into Python.
Natural Language Processing, NLP, 2023
This project involves developing a chatbot that delivers specific answers to a predefined set of questions.
Natural Language Processing, Course, 2023
This project covers the foundational concepts and essential techniques in natural language processing (NLP) using Python and Linux.
Computer Vision, Segmentation, 2024
This project utilizes a dataset from Kaggle containing original fundus images and their corresponding ground truth annotations.
Computer Vision, Object Detection, 2024
This project involves training multiple models on Stanford’s car dataset to classify various car types.
Computer Vision, Object Detection, 2024
This project involves training a pretrained RetinaNet model on the NWPU-VHR-10 dataset, which contains high-resolution aerial images for object detection tasks.
Computer Vision, Semantic Segmentation, 2024
This project, based on Stanford’s computer vision course, utilizes the KITTI dataset—a collection of images and LIDAR data for autonomous driving research.
Natural Language Processing, NLP, 2024
This code automatically translates English subtitles into a specified target language.
Computer Vision, Instance Segmentation, 2024
This project involves training a custom dataset using Facebook Research’s Detectron2 framework, specifically with the Mask R-CNN model.
Computer Vision, Semantic Segmentation, 2024
This project involves a U-Net model trained on a Kaggle dataset to segment various elements in an image, including persons, clothing, accessories, hats, and more.
Computer Vision, Object Tracking, 2024
In this project, CVZONE is used to detect and draw borders around a face, followed by the application of a mesh detector with a limit of detecting one face (maximum faces = 1).
Computer Vision, Object Tracking, 2024
This project leverages CVZONE to detect a hand and recognize finger gestures for controlling volume. By tracking the thumb and index finger, the system adjusts the volume: closing the thumb and index finger lowers the volume, while opening them increases it. This interactive application showcases real-time hand gesture recognition for practical control mechanisms. The code is available for exploration in this GitHub repository.
Computer Vision, Object Tracking, 2024
This project uses CVZONE to enable mouse control through hand gestures. The system tracks the tip of the index finger to move the mouse pointer on the screen. A “click” action is triggered when the thumb touches the tip of the index finger, simulating a mouse click. This project highlights the integration of hand gesture recognition with interactive computing. The code is available for exploration in this GitHub repository.
Computer Vision, Object Tracking, 2024
This project focuses on real-time sign language detection, utilizing an ESP32-CAM board for video capturing.