Featured Work & Projects

Production systems with real constraints — not demos, not notebooks. Every project here ran (or runs) in an actual environment under actual pressure. Rocket telemetry, autonomous vehicles, and explainable AI in clinical settings.

6+

Production Projects

<5ms

Rocket Telemetry Latency

3

Hackathon Wins

CAN-7USAT Ground Control Station

CAN-7USAT Ground Control Station

#01

Real-time ground control station for the IN-SPACe Model Rocketry Competition 2026. Decodes 46-byte binary telemetry from a Teensy 4.1 flight computer over 900 MHz XBee, Kalman filter sensor fusion, 6-state flight state machine, WebSocket broadcast to React dashboard. End-to-end latency under 5ms — target was 15ms.

PythonFastAPIWebSocketsKalman FilterPostgreSQLReactTypeScript
AUVBrain — Autonomous Underwater Vehicle

AUVBrain — Autonomous Underwater Vehicle

#02

Full autonomous control stack for an underwater vehicle. Deterministic observe → decide → act agent loop with 4-DOF thruster control, safety monitor, offline LLM decision engine with rules-based fallback. Agent loop p95 latency: 0.84ms.

PythonFastAPIROS2Dockerasynciollama.cpp
MedVision AI — Diabetic Ulcer XAI

MedVision AI — Diabetic Ulcer XAI

#03

Medical image classification + clinical data to estimate ulcer risk with full explainability. Grad-CAM heatmaps + SHAP values + MLflow experiment tracking + DVC versioning. Won AI Day Hackathon — GITAM × Kodryx AI, March 2026.

PyTorchGrad-CAMSHAPMLflowDVCFastAPIDocker
FactCheck AI — Fake News Analyzer

FactCheck AI — Fake News Analyzer

#04

Browser-based fake news analyzer. Scores news credibility in one click — Logistic Regression on 10,000+ labeled samples, sub-second response, LLM reasoning layer for verdict explanations. 90% validation accuracy. Won HackXplore — IEEE-SSIT VJIT, April 2026.

FastAPIChrome Extension APITF-IDFLogistic RegressionLLM
Rocket Simulator

Rocket Simulator

#05

Physics-based rocket flight simulator modelling thrust, drag, gravity and multi-stage separation. Outputs altitude, velocity and acceleration curves. Built for GARI rocketry trajectory analysis and pre-launch verification.

PythonNumPySciPyMatplotlibPhysics Simulation
Email Automation for Forms

Email Automation for Forms

#06

Automated email pipeline triggered by form submissions. FastAPI backend, SMTP integration, Jinja2 template engine, and queue-based delivery with retry logic. Handles bulk personalised emails reliably.

FastAPISMTPJinja2QueuePython