Projects

Practical AI systems built with Python, OpenCV, scikit-learn, PyQt, and UiPath โ€” from intelligent surveillance to agri-tech ML and desktop AI dashboards. Building demos, not just notebooks.

๐Ÿค– In Progress

AI Roommate

A smart desktop assistant for room monitoring, reminders, and home automation. Uses computer vision to stay context-aware of your environment โ€” recognising presence, activity, and events โ€” then acts on them with intelligent reminders and automations.

Role: Solo Developer โ€” CV integration, PyQt UI, automation logic

Python PyQt/PySide OpenCV NumPy
๐ŸŽฅ In Progress

Smart Surveillance CV

Real-time home surveillance system with motion detection and event-aware computer vision. Filters false positives intelligently using frame-diff analysis and object context, then fires alerts only on genuine anomalies โ€” making it practical for actual deployment.

Role: Solo Developer โ€” CV pipeline, alert system, real-time processing

Python OpenCV NumPy SMTP alerts
๐ŸŒพ In Progress

Crop Yield ML

ML experiments for crop recommendation and yield estimation in agriculture. Trains regression and classification models on soil NPK values, pH, rainfall, and temperature data. Aims to give smallholder farmers a data-backed forecast before sowing season.

Role: Solo Developer โ€” EDA, feature engineering, model training & evaluation

Python pandas scikit-learn Jupyter Matplotlib
โš™๏ธ Completed

UiPath Automation Lab

A collection of RPA automation workflows built in UiPath Studio for productivity and business process automation. Covers data entry bots, document processing, web scraping sequences, and scheduled report-generation pipelines.

Role: RPA Developer โ€” workflow design, process mapping, bot testing

UiPath RPA Process Design VBA
๐Ÿ“Š In Progress

PyQt AI Dashboard

A desktop dashboard application for displaying ML model outputs, real-time alerts, and live metrics. Built with PyQt/PySide for a native desktop feel. Connects to local model APIs and renders inference results, confidence scores, and trend charts.

Role: Solo Developer โ€” UI/UX design, data viz, model integration

Python PyQt/PySide Matplotlib FastAPI Streamlit
๐ŸŽจ Completed

HTML/CSS Learning Series

Early foundation projects from 2022 โ€” teaching grid layouts, flexbox, and combined HTML+CSS techniques through hands-on mini-projects. These repos (grid1.html, grid.html, basic-html-myself-css.html) collectively earned 4 stars and 4 forks on GitHub.

Role: Author & Educator โ€” built to teach others

HTML5 CSS3 CSS Grid Flexbox