10 systems spanning AI vision, IoT firmware, systems programming, and full-stack web — ranked by technical complexity.
01
Problem
Manual campus vehicle monitoring left security gaps — no audit trail, no real-time detection, no spatial camera coverage analysis.
Architecture
Live Feed → YOLOv11 ALPR → LCS Geospatial Mapping → PostgreSQL Audit → Flask Web Dashboard
Key Engineering
Result
95%+ plate detection accuracy. 237KB main.py — largest single-file system in this portfolio.
02
Problem
Agricultural terrain monitoring requires real-time multi-sensor telemetry with obstacle detection and 6-axis orientation tracking over wireless links.
Architecture
ESP8266 FW → I2C MPU-6050 (IMU) + 4× HC-SR04 Ultrasonic → WebSocket → Mission Control Dashboard
Key Engineering
Result
🥈 2nd Place — VIT TetherX 2026 National IoT Innovation Hackathon.
Problem
A portable payroll engine with zero runtime dependencies, verifiable security, and PDF payslip generation — no Node, no Python, no JVM.
Architecture
C++17 HTTP Server (httplib) → BCrypt Auth → SQLite → Static HTML/JS Dashboard → wkhtmltopdf PDF Engine
Key Engineering
Why It Stands Out
One of the few student projects with a full REST API in systems-level C++17.
Problem
70M+ deaf individuals rely on interpreters for daily communication. A portable, real-time device that converts hand gestures to spoken audio addresses a critical accessibility gap.
Architecture
Webcam → MediaPipe Landmark Detection → Custom Gesture DB (SQLite) → gTTS / pyttsx3 → Speaker / Virtual Audio Device
Key Engineering
Result
Real-time ISL/ASL recognition with 26KB app.py — accessibility-focused AI.
05
Problem
Connected vehicle platforms needed a digital gatekeeper ensuring only legally compliant, insured commercial vehicles can operate.
Architecture
React + Vite Frontend → Express REST API (JWT middleware) → Supabase PostgreSQL (RLS policies) + Auth
Key Engineering
Result
Production-quality SaaS architecture with complete API documentation (15 endpoints).
06
Problem
Online code execution platforms lack real-time output streaming, proper sandboxing, and admin-side session observability.
Architecture
Flask Backend → Secure Executor → WebSocket Event Stream → Admin Live Monitor → Phase-Based Execution Model
Key Engineering
Scale
87KB Flask app with 34 source files and comprehensive test suite.
07
Problem
Universities lack integrated digital systems covering student applications, hostel allocation, fee management, and exam records under a single platform.
Architecture
Flask + SQLAlchemy → PostgreSQL → Jinja2 Templates → ReportLab PDF → Role-Based Dashboards
Key Engineering
Scale
181KB app.py — Smart India Hackathon submission with production-grade feature coverage.
08
Problem
SMEs lacked real-time visibility into stock transitions, leading to inventory discrepancies and operational bottlenecks.
Architecture
React Frontend → Node.js Express → Prisma ORM → PostgreSQL — deployed on Vercel
Key Features
Result
Live on Vercel with zero-latency synchronization.
09
Problem
Manual attendance systems are vulnerable to proxies and produce unreliable reports — no audit trail, no automated enforcement.
Architecture
MERN Stack with institution-specific anti-proxy logic and automated report generation
Key Features
Result
Handles concurrent data requests for 500+ users. Live on Render.
Problem
Volunteer organizations and volunteers lacked a unified platform for opportunity discovery, application management, and communication.
Architecture
Express MVC → MongoDB (mongoose) → bcryptjs Auth → EJS views → Session management with MongoDB store
Key Features
Architecture Quality
Clean MVC structure: controllers / models / routes / middleware / views.
Bharani KR // B.Tech Cyber Security & IoT // SRET, Chennai — 2026