My Work

A collection of projects spanning data, code, and design.

Nuvlo - Expense Tracker

Nuvlo - Expense Tracker

2026

End-to-end personal finance system linking real US bank accounts via the Teller.io API — FastAPI + PostgreSQL on GCP Cloud Run, BigQuery analytics, Terraform IaC, and Grafana Cloud observability.

Web Dev
IntelliTalent - Resume to Job Matching

IntelliTalent - Resume to Job Matching

2026

End-to-end resume-to-job matching platform using PyMuPDF parsing, GPT-4o-mini skill extraction over a FAISS-backed RAG pipeline, and hybrid 60% cosine / 40% skill-overlap scoring on live listings.

AI / ML
PyTorch Playing Card Classifier

PyTorch Playing Card Classifier

2024

Deep-learning image classifier identifying 53 playing-card classes via EfficientNet-B0 transfer learning, built from scratch with custom Dataset/DataLoader pipelines and CUDA-accelerated training.

AI / ML
Sentiment Analysis

Sentiment Analysis

2024

Comparative sentiment-analysis study on the Amazon Fine Food Reviews dataset, benchmarking lexicon-based VADER against transformer-based RoBERTa to quantify how context-aware models improve classification.

AI / ML
Toxicity Mining

Toxicity Mining

2026

NLP pipeline classifying hate speech and toxicity across 1.8M+ social media records using classical ML and transformer-based models, with DistilBERT fine-tuned end-to-end across corpora.

AI / ML
Lemonade Stand Website

Lemonade Stand Website

2024

Clean, fully responsive marketing site built from scratch with HTML, CSS (Flexbox + media queries), and vanilla JavaScript, featuring a responsive hamburger menu and lightweight UI.

Web Dev
Pac-Man Game

Pac-Man Game

2024

Browser-based Pac-Man recreation in vanilla JavaScript with a custom game loop, grid-based movement, collision detection, real-time scoring, and pathfinding-driven ghost AI.

Game Dev
LLM-Assisted EDA

LLM-Assisted EDA

2025

Upload any CSV and instantly receive Gemini-generated insights, visualizations, and reports — with automated profiling for missing values, duplicates, and IQR-based outliers.

AI / ML
Mini Progress Tracker

Mini Progress Tracker

2025

Zero-dependency progress-tracking dashboard in a single HTML file — circular progress rings, 31-day habit-streak grids, and persistent localStorage, with no frameworks or build tools.

Web Dev
Retail Transaction Analysis - Statistical Insights

Retail Transaction Analysis - Statistical Insights

2025

Statistical analysis of 550K+ retail transactions using bootstrapping and confidence intervals to uncover how gender and age drive purchasing behavior.

AI / ML