My Work
A collection of projects spanning data, code, and design.
Nuvlo - Expense Tracker
2026End-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.

IntelliTalent - Resume to Job Matching
2026End-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.

PyTorch Playing Card Classifier
2024Deep-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.

Sentiment Analysis
2024Comparative 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.

Toxicity Mining
2026NLP 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.

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

Pac-Man Game
2024Browser-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.

LLM-Assisted EDA
2025Upload any CSV and instantly receive Gemini-generated insights, visualizations, and reports — with automated profiling for missing values, duplicates, and IQR-based outliers.
Mini Progress Tracker
2025Zero-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.

Retail Transaction Analysis - Statistical Insights
2025Statistical analysis of 550K+ retail transactions using bootstrapping and confidence intervals to uncover how gender and age drive purchasing behavior.