All Projects
Every experiment, hackathon build, and open source project.
ShieldHer
AI-driven women's safety platform — real-time threat detection via Whisper + BERT, one-tap SOS, family alerts, live location sharing, and safety heatmap.
SupportOps-Env
OpenEnv environment for training AI agents to triage, route, and resolve customer support tickets across Easy / Medium / Hard difficulty levels with a deterministic grader and REST API.
FloatChat
AI chatbot for querying ARGO ocean float data in plain English — RAG pipeline with FAISS vector search, Groq LLaMA3, and interactive Plotly charts.
Connect the Dots
Production-ready infrastructure integration — API service, MongoDB database, and MinIO S3-compatible object storage behind a single NGINX reverse proxy, fully containerised with Docker Compose.
CFO-OS
Multi-agent AI CFO operating system — real-time spend intelligence, 13-week cash flow forecasting, autonomous month-end close, and continuous compliance monitoring using CrewAI + GPT-4o.
FinCortex
AI CFO OS that unifies spend data, predicts cash flow with LSTM, detects anomalies with Isolation Forest, and automates GST/TDS compliance with a natural language CFO Q&A interface.
SkillBridge
AI-adaptive onboarding engine — parses resume + JD via Gemini, identifies skill gaps against O*NET taxonomy, and generates a prerequisite-ordered learning pathway using Kahn's topological sort in under 15 seconds.
ResearchPilot
Multi-agent AI research automation using all 5 Amazon Nova models — voice input, autonomous web research, multimodal document analysis, FAISS semantic reranking, contradiction detection, and cited reports in under 5 minutes.
UrbanPulse
Full-stack AI system optimising traffic signals using YOLOv8 vehicle detection, LSTM forecasting, and a Deep Q-Network RL agent. Simulation results: 41% reduction in average wait time, 35% throughput increase.
MarketMind
Multi-agent AI analyst for NSE & BSE — live prices, ET news + BSE filings, RSI/MACD/Bollinger Band indicators, portfolio-aware answers from uploaded CAMS CSV, and inline candlestick charts.
Heart Disease Prediction Dashboard
Interactive Streamlit dashboard benchmarking KNN, Logistic Regression, and Naive Bayes on the UCI Heart Disease dataset — live patient prediction, EDA, confusion matrices, and clinical findings.
Galaxy Simulation
Java Swing interactive galaxy simulation with analytic stable orbits, density-wave spiral arms, Sombrero galaxy rendering with dust lane, bloom rendering, and a hypothetical Andromeda–Sombrero tidal merger mode.
RoadSoS
AI-powered emergency response for road accident victims — real-time GPS, nearest trauma centre discovery, Gemini first-aid triage, one-tap emergency calls, and offline PWA mode.
DiagNova
Real-time AI clinical triage dashboard — CRITICAL/HIGH/MODERATE/LOW urgency classification, differential diagnosis with ICD-10 codes, immediate action plans, and specialist routing.
PeerMind
Socratic AI learning companion for JEE/NEET/UPSC/GATE — never gives direct answers, guides with targeted questions, tracks concept mastery per topic, and generates a personalised weak-area study plan.
VaidyaScribe
Mobile-first ambient AI scribe for Indian clinics — listens to Hindi + English doctor-patient conversations, converts to FHIR R4-compliant clinical notes in under 2.5 seconds.
InterviewX
Real-time AI avatar interview system — D-ID avatar speaks questions, Claude AI generates adaptive follow-ups, Whisper ASR transcribes answers, MediaPipe analyses facial signals, XGBoost + SHAP scores 5 dimensions.
Bone Fracture Classification
Hybrid CNN + Vision Transformer ensemble for X-ray fracture classification — EfficientNet-B4 captures local texture, ViT-B/16 captures global fracture geometry, with GradCAM explainability.
GNSS Anti-Spoofing
ML-driven GNSS spoofing detection using hybrid LSTM Autoencoder + XGBoost on 18 signal features. TEXBAT dataset results: 97%+ recall, ≤2% false alarm rate, <15ms inference latency.
FinSight AI
WhatsApp-native autonomous stock analyst powered by OpenClaw. One message triggers a Kafka fan-out to three parallel microservices — XGBoost + LSTM price prediction, ChromaDB RAG over 10,000+ SEC filings, and DistilBERT market sentiment — cutting end-to-end latency by 60% vs sequential processing. Redis TTL caching reduces redundant LLM calls by 78%. LangGraph aggregates all outputs through Claude/GPT-4o and delivers a structured report back to WhatsApp. Deployed on AWS with MLflow, Evidently AI drift monitoring, Prometheus + Grafana, and Airflow DAGs for daily ingestion and auto-retraining.
ModelForge
Internal MLOps platform where a LangGraph AI copilot receives a raw dataset, recommends the best model family, and triggers a full AutoML pipeline — Linear Regression → Random Forest → XGBoost → Neural Net — auto-deploying a FastAPI scoring endpoint without any manual intervention. Data versioned with DVC, experiments tracked in MLflow, drift-triggered auto-retraining via Evidently AI + Airflow. Full observability with Prometheus + Grafana.
RecoSpark
YouTube-architecture real-time recommender system. Events stream through Kafka into a two-tower neural network; FAISS ANN retrieves top-K recommendations in under 10ms; hot features cached in Redis ElastiCache. A/B testing framework compares model versions by CTR in real time. Daily retraining runs automatically via Airflow on SageMaker — the full production ML lifecycle.
NeuralVault
Legal AI research assistant using GraphRAG — entities extracted into a Neo4j knowledge graph combined with pgvector embeddings for hybrid BM25 + dense retrieval. LangGraph agent connected via MCP to a Postgres case-law database and live web search. RAGAS evaluation achieved 87% faithfulness vs 61% for naive RAG. Traced end-to-end with LangSmith. Deployed on AWS Bedrock + Lambda.
SynthMinds
Self-improving multi-agent research system. LangGraph orchestrator spawns Researcher, Critic, and Synthesiser agents in a self-reflection loop — reducing hallucinations by 73% vs a single-agent baseline, measured via DeepEval. Guardrails AI validates all agent outputs before delivery. LangFuse traces every LLM call, token usage, and cost per session. Deployed on GCP Cloud Run.
VaultLedger
ACID-compliant banking system with real-time SQL fraud detection. Atomic transfers via SELECT FOR UPDATE SKIP LOCKED ensure zero race conditions. Trigger-based immutable audit logs. Real-time fraud detection (5+ transactions in 60 seconds, 3× rolling average) executed in a single CTE with a partial index at sub-5ms. JSONB + GIN for flexible metadata. Master-slave read replica simulation. Redis for rate-limit counters.