Back to Home














All Projects
A complete collection of my work — from AI-powered platforms and e-commerce solutions to creative collaborations and innovative digital tools.



CityShield
AI-Powered Predictive Policing & Crime Management System
- A crime analytics and operational decision-support system focused on real-time risk assessment and situational awareness.
- Uses an ensemble of machine learning models to forecast crime likelihood at zone and subtype levels from temporal, spatial, and environmental features.
- Provides interactive geospatial visualizations, patrol route optimization, and live incident tracking built on a real-time data pipeline.

ATTENDIX
AI-Powered Smart Attendance & Identity Verification System
- A full-stack biometric attendance system integrating facial embeddings and fingerprint verification for identity validation.
- Implements real-time face recognition and batch video-based attendance using embedding similarity search with caching and vector database fallback.
- Designed with a scalable API-driven architecture, supporting session tracking, verification workflows, and analytics pipelines.

Victor
Retrieval-Augmented Question Answering System
- A retrieval-augmented question answering system built on LangChain and Milvus for semantic document search and contextual responses.
- Uses asynchronous FastAPI pipelines, embedding caching, and reranking to keep query latency low even with large document collections.
- Supports secure document ingestion and authenticated streaming responses, handling over 1,000 indexed document chunks.

CodeIQ
Agentic Code Documentation System
- An agentic system that generates and validates documentation across large Python codebases using specialized collaborating agents.
- Integrates static analysis (AST / Tree-sitter) with contextual retrieval and LLM-based generation for accurate, structured docstrings.
- Applies execution-level verification through controlled function invocation and behavioral observation to detect inconsistencies and refine generated documentation.


UrbanDepot
Real-Time Parking Marketplace Web Platform
- A real-time parking discovery and booking platform built around map-based search, availability filtering, and slot reservation workflows.
- Integrates Google Maps for live location visualization, routing, and distance-aware search, enabling time- and location-based parking decisions.
- Implements secure onboarding and operations using Firebase authentication, OCR-based document verification, role-based access control, and Razorpay payments.

DISPENZO 2.0
Smart Ration Dispensing & Monitoring System (IoT + Web)
- An IoT-based smart ration distribution system designed to improve transparency and reduce manual intervention in public distribution workflows.
- Combines ESP32-based hardware with load cells, temperature sensors, ultrasonic sensors, and servo motors for automated dispensing and monitoring.
- Provides a web dashboard showing real-time weight tracking, container levels, temperature status, and system alerts.


CRM Dashboard
Role-Based Scheduling & Analytics Platform
- A modular CRM dashboard system organized around role-specific workflows for CEOs, counsellors, and HR teams.
- Includes centralized calendar-based appointment scheduling with list and calendar views.
- Provides high-level analytics panels for activity tracking, trends, and operational visibility.
- Uses a separated frontend and backend structure to support scalability and clearer responsibility boundaries.

VisionGuard
Web-Based Image Classification System
- An image classification web application powered by a custom convolutional neural network.
- Allows image uploads and returns predicted classes with confidence scores through a FastAPI inference API.
- Displays uploaded images and predictions side-by-side in a clean, responsive interface with light and dark themes.
- Designed for experimentation, demos, and lightweight deployment of custom-trained CNN models.



Velvet & Whisk
E-Commerce Web Application
- A front-end e-commerce application focused on smooth navigation and a polished shopping experience.
- Includes product listings, product detail views, and a persistent shopping cart.
- Uses Redux for cart state management and React Router for client-side navigation.
- Integrates Razorpay for secure checkout and payment processing.