Built a staging-deployed SaaS that generates research-backed courses using a multi-stage agent pipeline, orchestrating 5 stages with persisted job state, retry policies, and failure isolation to keep long-running workflows reliable.
FastAPI, Postgres/pgvector, Redis, Inngest, SvelteKit, LiteLLM, PydanticAI, Docker, Sentry, PostHog
Built an agentic Coding, Classification & Naming system using OpenAI function calling that enables users to query, add, update, and delete BIM module codes through natural language with automated sub-code assignment.
Flask, OpenAI Function Calling, SQLite, ChromaDB, React, Docker
Built an evidence-traceable document intelligence platform that extracts obligations, risk signals, and structured summaries from operational documents using LLM pipelines with source-level citation.
FastAPI, LLMs, Vector Search, PDF Ingestion, SvelteKit
Syntec AI Chatbot
·deployed ↗
Shipped a semantic search and retrieval-augmented chatbot using GPT-4o and ChromaDB embeddings to deliver question answering across PDF documents, CSVs, blog posts, and website content with automated source citations.
Flask, React, Vite, ChromaDB, OpenAI GPT-4o, DeepSeek, Redis, Docker, Nginx, Vercel
RAG system for real estate investment queries with multi-path retrieval (pgvector + SQL fallbacks with MMR), OCR processing, and automated table extraction from PDF brochures.
FastAPI, Postgres/pgvector, OCR, WhatsApp Business API, Airtable
Trend Analyzer for Raw Materials
↗
Cotton price forecasting using Facebook Prophet with external regressors (oil, gas, soybeans); evaluated with MAPE.
Python, Prophet, Pandas, Matplotlib
Sports and Metrics Tracker
↗
Built an end-to-end soccer video analysis pipeline using YOLOv8 detection and ByteTrack tracking, adding temporal smoothing for stable motion analytics and CPU only local processing with robust cross-platform video input and output.
Python, YOLOv8, ByteTrack, OpenCV