I own the full stack — Figma to Docker, schema to deployment. Every project ships with a real problem, a deliberate tech decision, and a live URL.
| Project | Stack | |
|---|---|---|
| 🤖 | AI Agent — Autonomous agent: web search, code execution, weather, currency ↗ demo | LangGraph FastAPI Groq Tavily Docker |
| 🧠 | Phaedrix — Multi-agent AI assistant with intelligent routing across research, coding, data analysis & utility agents, plus automatic LLM provider fallback ↗ demo | LangGraph FastAPI Gemini Python |
| 🎙️ | Voice AI Chat — Mic → STT → LLM → TTS in under 2s ↗ demo | FastAPI Groq Whisper LLaMA 3.3 Docker |
| 📄 | RAG Document Chat — Chat with any PDF, zero hallucination ↗ demo | LangChain ChromaDB Groq HuggingFace |
| 💬 | Support RAG Agent — Conversational RAG customer support agent ↗ demo | LangChain FAISS Groq Streamlit |
| 📅 | Scheduling Assistant — Multi-agent scheduler: Triage Agent + Booking Specialist that normalizes relative dates, negotiates conflicts, persists session state ↗ demo | LangGraph LangChain Streamlit SQLite |
| 📈 | Binance Futures Trading Bot — CLI trading bot for Binance Futures Testnet: MARKET/LIMIT/STOP orders, retry-safe error handling, 25 unit/integration tests | Python Binance API CLI |
| 💚 | CharityConnect — Full-stack donation platform for a real charity | React 18 TypeScript PostgreSQL Drizzle ORM |
LangChain LangGraph HuggingFace Transformers Groq Gemini Whisper LLaMA FAISS RAG Pipelines Vector Search Agentic AI Prompt Engineering
React TypeScript Tailwind CSS Figma Vite HTML5 CSS3 Responsive Design Design Systems Component Architecture
Python FastAPI Node.js Express.js PostgreSQL SQLite SQLAlchemy ChromaDB Drizzle ORM Streamlit REST APIs
Docker GitHub Actions HuggingFace Spaces Git Postman
→ LangGraph multi-agent with web search, code execution & tool calling [shipped ✓]
→ Streaming voice AI with conversation memory [shipped ✓]
→ Multi-PDF RAG with page-level citations [shipped ✓]
→ Multi-agent LLM provider fallback + intelligent routing (Phaedrix) [shipped ✓]
→ CI/CD pipelines across all projects