Projects

A selection of things I've built — click any card to see the code.

Smart Campus Map

An interactive campus map built with Leaflet.js and a Flask backend. Students can report real-time issues (broken lights, crowded spaces) which appear as live pins on the map.

Python Flask Leaflet.js SQLite
View on GitHub

ML Sentiment Dashboard

A web dashboard that scrapes Reddit posts and classifies sentiment using a fine-tuned BERT model. Displays live charts and word clouds with no page reloads.

Python HuggingFace FastAPI Chart.js
View on GitHub

CLI Budget Tracker

A terminal-based personal finance tracker that reads bank CSV exports, categorizes transactions automatically, and generates monthly spending reports as coloured ASCII charts.

Python Click Pandas Rich
View on GitHub