Projects
Live personal trend dashboard that ingests Tech, News, Gaming, and Sports data from verified APIs on a nightly schedule. Django REST and Next.js serve precomputed Postgres snapshots with Gemini-generated summaries, deployed on GCP Cloud Run behind HTTPS load balancing, Cloud Armor, Cloud SQL, Terraform, and GitHub Actions CI/CD.
Alternative credit scoring for 1.3B unbanked adults. Upload utility bills or rental receipts — Gemini Vision extracts financial signals, a blended ML model produces a FICO-style score, and Claude writes a plain-English verdict voiced aloud via ElevenLabs for accessibility.
Multi-agent AI platform for pharmaceutical cold-chain monitoring using Claude AI and LangChain. Autonomous anomaly detection with compound risk analysis, tool-augmented orchestration generating recovery plans, and FDA-compliant human-in-the-loop workflows with complete audit trails. Event-driven architecture on GCP achieving sub-second response times.
Voice-powered AI roast generator transforming gaming trash talk into 10 legendary character voices. Web Speech API → Gemini prompt engineering → ElevenLabs TTS pipeline with sub-2-second latency. Production-deployed with Discord bot integration reducing gaming toxicity through humor.
AI environmental intelligence platform integrating Claude Vision + NASA GIBS satellite imagery to classify CO₂ emissions and benchmark against Paris Agreement targets. Dual-mode RAG pipeline with 70% API cost reduction via strategic caching.
Automated job watcher that scrapes company career pages, filters by keywords, and delivers HTML email digests. Prototyped serverless deployment on GCP Cloud Functions + Cloud Scheduler with Secret Manager for SMTP.
AI-powered fitness app generating personalized 7-day workout & nutrition plans via Claude API. Engineered multi-parameter inputs, optimized system prompts for consistent JSON outputs, and adaptive age-based exercise programming.
Serverless event management for 200+ university organizers supporting 1,000+ concurrent users. CQRS + single-table DynamoDB modeling, AppSync GraphQL, 99.5% uptime via multi-AZ, sub-2-second API response times.
Reproducible observability stack — EKS provisioned with Terraform (VPC, private nodes), OpenTelemetry via Helm, Jaeger tracing, Grafana dashboards. GitHub Actions CI/CD with Helm rollback and Prometheus + Alertmanager → Slack alerts.
C++/libpcap network packet analyzer decoding Ethernet/IPv4/TCP/UDP. Surfaces "top talkers & flows" to pinpoint bandwidth hogs. DNS-based domain labeling and TCP handshake metrics (SYN→SYN/ACK RTT, fail rate) to reveal latency issues.
Real-time drowsiness detection using Python, OpenCV, and dlib tracking eye aspect ratio and lip distance with 90%+ accuracy. Arduino + NodeMCU pulse sensor transmitting to ThingSpeak cloud, triggering alerts below 60 bpm.