Real systems with real numbers - click any card for the full breakdown.
Unified LLM Gateway with Monitoring Dashboard
Developed a centralized gateway that routes requests across OpenAI, Anthropic, and Gemini through a single API interface. Built a monitoring dashboard for tracking latency, token consumption, request volume, error rates, and provider availability. The platform processed 12K+ requests, integrated 3 leading LLM providers, and exposed 10+ operational metrics to simplify experimentation and operational visibility for AI applications.
DocWeave: Agentic RAG System with OCR
Built an agentic RAG platform with a 5-stage ingestion pipeline and 4-agent validation workflow, processing 5K+ document pages/day via OCR and supporting semantic retrieval over millions of vectors. Achieved ~45% reduction in hallucinated responses using validator + retry logic, with end-to-end query latency of ~5-8s. Optimizations reduced redundant embeddings by ~50% while improving retrieval accuracy and multi-mode query routing reliability
Source code
SecureGate: Enterprise Authentication & Identity Platform
Built a production-grade Go authentication platform acting as a centralized identity provider for web and mobile apps, implementing JWT access (15m) and refresh (7d) tokens, device-bound sessions, RBAC, bcrypt password security, and Redis rate limiting. Delivered signup, OAuth, OTP, and recovery flows using PostgreSQL, Redis, AWS SES, and Twilio, enabling secure onboarding and session control for 50K+ users, supporting 1M+ monthly authentications, sub-25ms token validation, horizontal scalability, and instant global session revocation to reduce account takeover risks.
Source code
QuantIQ: AI-Driven Algorithmic Trading Engine
Built an institutional-grade trading engine combining 20+ TA features with a 5-model soft-voting ensemble (XGBoost, GBM, RF, SVM, MLP) for regime-aware signal generation. Implemented OHLCV ingestion, multi-timeframe resampling, SuperTrend filtering, ATR-based risk controls, and realistic backtesting with costs/slippage, achieving up to 39.4% returns and 62.5% win rates, outperforming buy-and-hold in volatile markets.
Source code
PollSync: Real-Time Poll Platform
Built a real-time poll platform supporting 10K+ concurrent users with sub-200ms vote sync via WebSockets and stable handling of 100K+ votes/day. Service-repository architecture reduced feature delivery time by ~40%. API and DB optimizations cut redundant calls by ~60% and improved throughput 3x. System supports containerized deployment and horizontal scaling with seamless migration from SQLite to production databases.
Source code
LungSight: Pneumonia Detection Web Application
Built a CNN-based pneumonia detection system trained on ~6,000 chest X-ray images using a 9-layer architecture, achieving 99.2% validation and 97% test accuracy, correctly classifying 1,200+ cases. Delivered as a scalable FastAPI backend with React frontend enabling real-time clinical inference and deployment-ready medical imaging workflows.
Source code