Back to Home

All Projects

Every experiment, hackathon build, and open source project.

Devcation Delhi 2026

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.

React NativeNode.jsFastAPIHuggingFaceMongoDBFirebaseTwilio
OPEN SOURCE

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.

PythonFastAPIOpenEnvReinforcement Learning
Neural Nexus Hackathon · IIT Jammu

FloatChat

AI chatbot for querying ARGO ocean float data in plain English — RAG pipeline with FAISS vector search, Groq LLaMA3, and interactive Plotly charts.

PythonStreamlitGroqFAISSPlotlysentence-transformers
OPEN SOURCE

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.

Node.jsExpressMongoDBMinIONGINXDocker
Zaggle × COMET'26 · IIT Roorkee

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.

CrewAILangChainGPT-4oFastAPIPythonPostgreSQLRedis
Zaggle × COMET'26 · IIT Roorkee

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.

PythonFastAPIGPT-4PyTorchscikit-learnPostgreSQL
ArtPark CodeForge Hackathon · IISc Bangalore

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.

FastAPIReactGoogle GeminiDockerPyMuPDF
Amazon Nova AI Hackathon 2026

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.

Amazon NovaPythonFAISSStreamlitAWS Bedrock
AI Hackathon 2025

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.

PythonFastAPIPyTorchYOLOv8SUMOReactKafkaRedis
ET AI Hackathon 2026

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.

PythonFastAPIClaudeReactpandas-taGroqEconomic Times
OPEN SOURCE

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.

PythonStreamlitscikit-learnPandasMatplotlibSeaborn
OPEN SOURCE

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.

JavaJava Swing
National Road Safety Hackathon 2026 · IIT Madras

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.

ReactFastAPIGeminiLeaflet.jsTwilioGoogle MapsPWA
Codecure Hackathon · SPIRIT 2026 · IIT BHU

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.

ReactGroq APILLaMA3-70B
Dev Clash Hackathon 2025

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.

PythonFastAPISQLiteReactGroqLLaMA3
HackMatrix 2.0 · NJACK, IIT Patna

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.

FlutterFastAPIWhisper v3BioBERTClaude AImedSpaCyPostgreSQL
AureetureAI × Technex'26 · IIT BHU

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.

FastAPIReactClaude AIWhisperMediaPipeXGBoostD-IDElevenLabs
IIT Mandi / Tryst'26 IIT Delhi

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.

PythonPyTorchEfficientNet-B4ViT-B/16GradCAM
IIT Bombay Kaizen × ARIES × NyneOS · March 2026

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.

PythonPyTorchXGBoostSHAPsignal processing
OPEN SOURCE

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.

LangGraphKafkaRedisXGBoostLSTMRAGAWSFastAPI
OPEN SOURCE

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.

AWS SageMakerAirflowMLflowDVCEvidently AIFastAPIGrafanaDocker
OPEN SOURCE

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.

Two-Tower Neural NetKafkaRedisFAISSFastAPIAWS SageMakerA/B Testing
OPEN SOURCE

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.

GraphRAGNeo4jpgvectorLangGraphMCPRAGASLangSmithAWS Bedrock
OPEN SOURCE

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.

LangGraphCrewAITavily MCPArXiv MCPLangFuseGuardrails AIGCP Cloud Run
OPEN SOURCE

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.

PostgreSQLRedisFastAPIJSONBDockerStreamlit