My work
Featured Projects
Cloud-Native Task Orchestrator
A workflow engine for scheduling and monitoring background jobs across services, with retry policies and live status streaming to the UI.
- Vue 3
- FastAPI
- PostgreSQL
- AWS
- Docker
Grounded SQL
A text-to-SQL assistant that grounds LLM-generated queries in the real schema via RAG over pgvector, cutting hallucinated columns and joins before a query ever runs.
- Python
- OpenAI API
- RAG
- pgvector
- PostgreSQL
AI Code Assistant
An LLM-powered code review platform with RAG over pgvector and GitHub webhooks, surfacing confidence-scored inline suggestions with severity tagging on every pull request.
- TypeScript
- OpenAI API
- RAG
- pgvector
- GitHub Actions
Multi-Agent RAG System
A multi-agent pipeline that routes queries between specialized retrieval, reasoning, and tool-use agents, coordinating over a shared pgvector knowledge base to answer questions no single agent could handle alone.
- Python
- LangChain
- OpenAI API
- RAG
- pgvector
AI Cricket Decision Coach
A computer-vision assistant that reviews cricket match footage, tracking ball trajectory and player positioning to suggest LBW, run-out, and shot-selection calls in real time.
- Python
- Computer Vision
- OpenCV
- PyTorch
- FastAPI