›SignWave — Real-Time Sign Language Recognitionexpand2024
Wearable sensor glove that translates ASL hand gestures into speech in real time — 98% classification accuracy with sub-second end-to-end latency.
Approach
Flex and IMU sensors embedded in a glove capture finger bend angles and wrist orientation on an ESP32, streaming raw motion data over WebSockets to a cloud-hosted Random Forest classifier trained on labelled gesture sequences. Classified output is passed to a text-to-speech engine and played back in real time, closing the loop from gesture to spoken word without any manual trigger.
Impact
98% classification accuracy across the ASL gesture set with sub-second latency from gesture to speech; end-to-end pipeline runs on commodity hardware with no GPU.
ESP32PythonRandom ForestWebSocketsIoTScikit-learnText-to-Speech
›Last-Mile Delivery Optimizationexpand2025
SQL-driven diagnostic study on a large last-mile delivery dataset isolating peak-hour delay patterns, with a clustering-based batching simulation to estimate dispatch efficiency gains.
Approach
PostgreSQL CTEs, window functions, and grouped diagnostics decompose delays by hour, traffic density, weather, and city; dataset split into a star schema (rider, city, vehicle, route dimensions + delivery fact table). K-Means clustering over geospatial order points with time-window constraints simulates batch dispatch. Power BI report for executive storytelling.
Impact
Peak-hour bottleneck patterns fully evidenced across operational dimensions; batching simulation produced directional efficiency gain estimates under available data constraints.
PostgreSQLPythonKMeansPower BISQLGeospatial Analysis
›AI-Based Network Intrusion Detection System — Architecture Designexpand2026
Architecture-centric design for a scalable AI NIDS that co-designs software design patterns with distributed microservices for production reliability.
Approach
Combined creational, structural, and behavioral software design patterns (factory, decorator, strategy, observer) with microservices, event-driven messaging, and pipe-and-filter decomposition inside the detection path.
Impact
Implementation-ready architecture addressing four gaps in classical AI-NIDS — scalability, maintainability, extensibility, and adversarial robustness — with evaluation framework against NSL-KDD and CICIDS-class datasets.
Software ArchitectureDesign PatternsDeep LearningMicroservicesCybersecurityPython
›Vision-based Autonomous Vehicleexpand2025
Computer-vision robot with real-time obstacle detection and point-to-point navigation.
Approach
YOLOv5 on Jetson Nano fused with ultrasonic and IR sensors via Arduino and ESP32 for dynamic speed control.
Impact
Accurate point-to-point navigation in cluttered environments at real-time inference speed.
YOLOv5Jetson NanoArduinoESP32Computer Vision
›Blockchain-based Voting Systemexpand2025
Tamper-evident elections with homomorphic encryption preserving voter anonymity.
Approach
Custom Python blockchain with homomorphic encryption for privacy-preserving vote validation and public auditability.
Impact
Verifiable, anonymous elections with a transparent and immutable audit trail.
PythonBlockchainCryptographyHomomorphic Encryption
›Crop Recommendation Systemexpand2024
ML system recommending optimal crops using 30 years of agricultural data — 0.84 R².
Approach
Cleaned and merged 30-year soil/climate datasets; trained regression models with Scikit-learn.
Impact
0.84 R² and top-5 crop predictions tailored to soil and climate conditions.
Scikit-learnPandasNumPyRegression Modeling
›Smart Home Management Systemexpand2023
Voice-controlled IoT home automation with safety sensors.
Approach
Integrated ESP32 with gas, smoke, and thermal sensors plus irrigation automation.
Impact
Enabled no-code automation for end-users at low cost.
ESP32IoTSensorsHome Automation
›CNC Handwriting Machineexpand2023
Two-axis CNC plotter replicating handwriting with sub-millimeter precision.
Approach
G-code interpreter controlling stepper motors on a custom frame with 3D-printed parts.
Impact
Sub-millimeter drawing accuracy across text and freeform paths.
CNCArduinoG-codeStepper Motors3D Printing
›Unmanned Person-Following Droneexpand2022
Vision-based quadcopter that autonomously tracks and follows a person.
Approach
Jetson Nano + Pixhawk with real-time visual tracking for stable person-following behavior.
Impact
Stable real-time person-following behavior in open environments.
Jetson NanoPixhawkComputer VisionDrone Control
›Collision Avoidance Botexpand2022
Autonomous robot with dynamic obstacle avoidance using proportional control.
Approach
Ultrasonic sensors with proportional control algorithms for real-time speed adjustment.
Impact
Safe adaptive navigation in variable environments.
ArduinoUltrasonic SensorsControl SystemsRobotics
›Automatic Result Collection Botexpand2022
Selenium bot for automated academic result scraping and storage.
Approach
Selenium WebDriver with structured storage logic for automated bulk data collection.
Impact
Eliminated manual data collection for large student batches.
PythonSeleniumWeb ScrapingAutomation
›Kaggle 2022 MLDS Survey Analysisexpand2022
EDA and Streamlit dashboard on global ML practitioner trends.
Approach
Cleaned and augmented Kaggle survey data; built interactive visualizations in Streamlit.
Impact
Surfaced salary and technology adoption patterns across global ML practitioners.
PandasNumPyMatplotlibSeabornStreamlit