
Smart Traffic Management System
pythonraspberry picomputer vision
My final year project — a system built on a Raspberry Pi with an ultrasonic sensor, camera, and LEDs that regulates traffic lights by measuring traffic density per lane, so busier lanes get priority. Computer vision handles vehicle detection.
View on GitHub →
CLI-Based Inventory Management System
python
A lightweight command-line program for maintaining inventory — reads stock from a text file, updates it after each purchase, generates an invoice on screen, and writes the updated inventory back to disk.
View on GitHub →World Cup Prediction Website
djangoweb deployment
Built for my office to predict World Cup 2026 match outcomes — a Django app I designed and deployed, drawing on prior web-deployment experience.