43 / 43 artifacts
Click a dot to inspect
A real-time YOLO inspection station for a manufacturer. Two industrial cameras grade both roller faces and drive a Siemens PLC to physically sort accept from reject, catching rust, dents and damage at 100,000+ rollers/day. Role-based access, MySQL defect history.
Python · Ultralytics YOLO · OpenCV · Tkinter · MySQL · Siemens PLC
A student wellbeing and career co-pilot: ML risk detection (Isolation Forest + DistilBERT), FAISS-backed RAG, and a set of MCP servers behind a React counsellor dashboard. Every high-risk case routes to a human.
FastAPI · PyTorch · FAISS · MCP · React
An LLM-orchestration gateway with tier-based model routing, multi-tier quotas and rate limiting. The performance-critical core, a priority queue and token-bucket limiter, is written in Rust via PyO3, backed by Redis and PostgreSQL.
Python · Rust (PyO3) · Redis · PostgreSQL
On-device time-series anomaly detection for network switches. Lightweight statistical detectors, each with a C twin verified against a Python reference and benchmarked across ~25,000 runs on real ISP traffic. The recommended detector runs at ~5 ns/sample using under 100 bytes of state.
Python · C · Time-Series · FastAPI
Six agents turn a regulatory circular into audit-ready controls. Every finding is cited to the exact source text, and every model call is hash-chained into a tamper-evident log.
Python · LangGraph · FastAPI · Llama 3.3
A production e-commerce backend (TypeScript/Express + Prisma/PostgreSQL) with JWT auth, Razorpay payments, ShipRocket shipping and Twilio/SendGrid OTP, plus a Python ALS recommendation service. Live storefront.
TypeScript · Express · Prisma · PostgreSQL · FastAPI
Reads a company's unstructured docs and produces working integration code. It discovers the systems involved with cited evidence, maps automation use cases, then generates Python connectors and tests.
Python · FastAPI · LLM · Gemini
A real-time mission-control dashboard over a simulated multi-agent organisation, with a faithful agent-to-agent protocol and a human-in-the-loop approval queue.
Python · FastAPI · React · LLM
A conversational AI chat that unifies five Model Context Protocol servers under one client, with slash-command switching and a multi-server task planner.
Python · FastAPI · MCP · React
A persistent autonomous agent that works across GitHub, Notion, Linear and Slack from a single MCP-driven control deck.
TypeScript · Next.js · React · MCP
An LLM that composes typed, interactive UI widgets through an agentic loop.
TypeScript · Next.js · React · LLM
Generates sanitized, interactive HTML widgets from natural-language prompts.
Point it at any API and it produces a typed SDK, a CLI, and an MCP server through a deterministic intermediate-representation pipeline.
TypeScript · Node.js · MCP
A buyer-side agent that finds marketplace listings and negotiates over WebSockets using anchoring, scarcity and reciprocity tactics with confidence-threshold accept/walk-away logic.
FastAPI · LangChain · Gemini
A multi-tool AI chat built on the Model Context Protocol. One chat interface drives GitHub and Notion tools, routed by a FastAPI backend with function-calling.
Python · FastAPI · React · MCP
A multi-agent proof-of-concept for shop-floor operations: a FastAPI router graph with RAG over Pinecone/ChromaDB. Machine, order and safety state land on a live dashboard.
Python · FastAPI · RAG · LangChain
A FastAPI + Gemini assistant that answers manufacturing inventory queries through a React front end.
Python · FastAPI · Gemini · React
A multi-modal AI backend that ingests text, audio (Whisper) and documents and merges them into one shared context the agents reason over, with semantic memory and tone tracking.
FastAPI · Whisper · Embeddings · React
A real-time chat platform on five NestJS microservices with an NGINX gateway, a RabbitMQ event bus, Redis, Docker and Kubernetes.
NestJS · RabbitMQ · Redis · Docker · Kubernetes
Zero-Trust session monitoring: a behavioral-biometrics risk engine with ECDSA device binding that drives adaptive MFA and terminates suspicious sessions.
Python · FastAPI · Cryptography · Redis
A Telegram bot that automates a daily-logging workflow through a headless-browser OAuth/MFA flow, with Fernet-encrypted storage and a Playwright browser pool.
Python · FastAPI · Playwright · Docker
A 3-round proctored ML competition platform: an MCQ quiz, an ML-pipeline debugging round, and an ML capture-the-flag. Evaluation runs server-side, with per-user cryptographic flags.
Django · PostgreSQL · Docker
An event portal with registration, QR check-in and live updates.
TypeScript · React · Node.js · Express
Builds and scores résumés. Structure checks and improvement suggestions come from Sentence-BERT, over a Flask service with MongoDB persistence.
Flask · MongoDB · Sentence-BERT · NLP
A full-stack to-do app with complete CRUD: React + Vite front end, Node/Express API, MongoDB. Built at a GDG build workshop.
React · Node.js · Express · MongoDB
A hotel operations app for bookings, rooms, billing and staff management.
Flask · MongoDB · HTML
Reference-based offline visual QC for jewellery. An 8-stage pipeline (segmentation, SIFT/RANSAC registration, DINOv2 decoration check, SSIM/CIELAB surface check) returns ACCEPT / REVIEW / REJECT in under a second.
Python · FastAPI · OpenCV · PyTorch (DINOv2)
A computer-vision system that flags counterfeit IC chips via a YOLOv8 model and OCR, paired with a React interface for real-time inspection.
Python · YOLOv8 · PaddleOCR · React
Obstacle-avoidance for a 1/10-scale Quanser car. LiDAR/IMU/camera fusion with an EKF, Vector Field Histogram navigation and PID control, all of it on a Jetson.
Python · OpenCV · YOLOv8 · Robotics
A real-time model that recognises hand-sign gestures from a live camera feed.
Python · OpenCV · TensorFlow
A deep-learning image classifier that identifies 120+ dog breeds via transfer learning (MobileNetV2).
Python · TensorFlow · Keras
IoT telemetry, battery-management and race analytics for a solar/electric racing boat. ESP32 firmware reports over MQTT/AWS IoT into InfluxDB, which backs XGBoost speed models and live FastAPI dashboards.
ESP32 · MQTT · AWS IoT · InfluxDB · FastAPI
A native Android app that connects blood donors, patients and NGOs. Nearby camps, urgent requests, eligibility tracking, plus a Gemini-powered assistant.
Java · Android · Firebase · Gemini
A full-stack assistant for Kerala farmers. Malayalam voice in and out (SeamlessM4T, Whisper, MMS-TTS), plus plant-disease detection, crop recommendation and market-price analysis.
Python · Flask · Transformers · Gemini
A regression model estimating flight ticket prices from historical travel data (tuned Random Forest, R² 0.83), served through an interactive Streamlit app.
Python · scikit-learn · Streamlit
An LLM tool that rewrites generated text so it reads naturally and consistently.
Python · Transformers · NLP
A chatbot that answers cricket questions grounded in a curated knowledge base.
Python · LLM · NLP
A study companion that remembers you between sessions. It pulls long-term facts from your conversations, breaks goals into daily tasks, generates quizzes, and adapts to the tone of your messages. Progress runs on a coin-based reward economy.
TypeScript · FastAPI · React · PostgreSQL · Groq
Screens résumés against a job description: semantic matching with transformer embeddings, ranking and gap analysis behind a web interface.
Python · PyTorch · Transformers · Flask · MongoDB
A desktop tool that pre-labels object-detection images with a YOLOv8 model, lets you correct the boxes, then exports clean datasets. Built to speed up labelling for vision models.
Python · Tkinter · YOLOv8 · OpenCV · MySQL
A Model Context Protocol server that lets an LLM read, search and answer questions over a document set.
Python · MCP · Anthropic
An inventory-management hub with demand forecasting and analytics over sales data.
A full-stack online exam platform with question banks, timed tests, auto-grading and results.
Python · Django · PostgreSQL