A selection of my best work demonstrating technical skill, attention to detail, and comprehensive problem-solving capabilities across various domains.
A hands-free computer interaction system built with OpenCV, MediaPipe, and PyAutoGUI. Detects real-time hand gestures via webcam to control scrolling, slide navigation, and program states. Features custom gestures (thumbs up/down, left/right) for precise control, ideal for presentations or touchless navigation.
View Details
A structured SQLite database for managing a home garden. Tracks plants, seeds, planting history, sections, and germination progress. Designed to help gardeners make informed, data-driven decisions about care schedules, growth tracking, and optimal planting conditions.
View Details
A Deep Learning classification model built with MobileNetV2 Transfer Learning. Detects and accurately classifies 8 distinct tea leaf conditions (seven diseases and the healthy state) from image input.This project delivers a ready-to-deploy Keras asset and the complete training notebook, providing a robust, automated screening solution for tea crop health and agricultural monitoring.
View Details
A beginner-friendly R package for cleaning and inspecting datasets. Includes functions to clean column names, check missing values, and detect outliers, making exploratory data analysis faster and easier. Ideal for students, analysts, and data enthusiasts working with small to medium datasets.
View Details
A machine learning project that predicts whether a customer will cancel their subscription based on behavioral and demographic data. It uses classification models such as Random Forest and SVM to identify key churn factors and help improve customer retention strategies.
View Details
A deep learning project that classifies images into different categories by learning visual patterns. It involves data preprocessing, scaling pixel values (dividing by 255), model training, and evaluation using techniques like CNNs or SVM for image recognition.
View Details