01 / Personal
Resume Parser & Job Match Engine
Wondered if AI could read a resume better than a recruiter. Built an end-to-end pipeline: upload your resume, it classifies your role, extracts experience, and finds matching open positions — all automated.
PythonspaCyTensorFlowNLPSemantic Search
Accuracy 85%+Categories 9Data prep ↓90%
02 / Personal
Video Recommendation System
Classic deep learning project that I actually finished and polished. Collaborative filtering + deep neural nets, sub-500ms API responses, 10,000+ data points.
FastAPITensorFlowScikit-learnSQLitePandas
Response <500msDataset 10k+Engagement ↑20%
03 / Internship
OCR for Handwritten Medical Records
Handwritten doctor prescriptions are basically a different language. Built a pipeline to extract structured data from them — because healthcare data should be accessible, not locked in illegible scans.
PythonPyTesseractOpenCVComputer Vision
Accuracy ↑20%Fields 8+ extracted
04 / Work
Codebase Intelligence System
An AI assistant that lets developers ask questions about a large legacy C++ codebase in plain English and get accurate, context-aware answers. Built with a knowledge graph in Neo4j and semantic retrieval — so it understands both code structure and meaning.
PythonNeo4jKnowledge GraphsLLMSemantic Search
Codebase 10,000+ linesOnboarding ↓40%
05 / Work
AI Report Migration Pipeline
Enterprise reporting systems are a pain to migrate manually. Built an AI pipeline that reads legacy reports, understands their formula logic, and automatically rewrites them in the target format — across 200+ templates.
PythonLLMPrompt EngineeringJSONAutomation
Effort ↓75%Templates 200+
06 / Work
AI Pull Request Review Bot
A GitHub bot that actually reads your pull request, spots functions without test coverage, writes the missing unit tests for you, and posts a structured review — all before a human even looks at it.
PythonGitHub APILLMAutomation
Review time ↓60%Saves 2–3 hrs/sprint
07 / Work
Stakeholder Report Generator
Nobody enjoys writing status reports. Built an automation that crawls the full project hierarchy, aggregates everything across tickets and releases, and generates a clean stakeholder-ready report — in under 2 minutes instead of 2 hours.
PythonJira REST APILLMSummarisation
Report time 2hrs → 2minTickets 50+/cycle