Lecture Voice-to-Notes Generator AI-powered platform

Lecture Voice-to-Notes Generator

Built a Streamlit-based AI pipeline that converts long lecture audio into structured notes, quizzes, and flashcards using Whisper ASR and transformer summarization.

Engineered modular NLP stages with caching and parallel chunking to achieve 5x faster processing on 30+ minute inputs, with progress tracking and PDF/DOCX/JSON export.

Python Streamlit PyTorch Whisper T5/BART spaCy KeyBERT
AI-Assisted Dermatological Decision Support System interface

AI-Assisted Dermatological DSS

Developed an EfficientNet-B0 dermatology classifier for 7 lesion classes, reaching 81% validation accuracy and 0.67 macro-F1 on HAM10000.

Integrated AMP training, Albumentations augmentation, and Grad-CAM explainability with a <50 ms Streamlit inference workflow for clinician-focused prototyping.

PyTorch EfficientNet Albumentations AMP Streamlit
AI Interview Assistant recruiter dashboard

AI Interview Assistant

Built an end-to-end interview automation workflow that parses resumes, extracts candidate signals, and generates timed question sets with Groq Llama 3.1.

Designed a recruiter dashboard with sortable views, transcript modals, PDF export, and Redux-based scoring persistence in a backend-free architecture.

React Vite Redux Toolkit Ant Design Groq Llama 3.1 pdf.js Mammoth
UML Designer AI – AI-powered UML diagram generator

UML Designer AI

Built a repository-to-UML pipeline that generates interactive class diagrams across 7+ languages using AST parsing and AI enrichment, reducing manual diagramming effort by ~80%.

Next.js Tailwind Express Flask Groq API
AI Network Traffic Classification and QoS shaping system

AI Network Traffic Classification & QoS Shaping

Built a real-time ML pipeline that classifies encrypted traffic across five application classes with 80–90% accuracy and sub-1ms packet inference.

Automated policy-driven QoS shaping to convert model output into actionable traffic-prioritization rules.

Python scikit-learn PyShark PowerShell Windows Firewall
SupplySentinel autonomous supply chain risk monitoring interface

SupplySentinel

Built an autonomous multi-agent platform for supply-chain risk monitoring, with Watchman, Analyst, and Dispatcher agents operating continuously.

Implemented confidence-aware retrieval expansion and persistent deduplication to reduce noisy alerts and improve evidence quality across monitoring cycles.

Python Gemini 2.5 Flash Google Cloud Run Streamlit
College Lost & Found full-stack MERN platform

College Lost & Found Application

Built and deployed a full-stack MERN + Cloudinary platform used by 200+ campus users, reducing lost-item recovery time by ~60%.

Improved backend efficiency by ~35% through modular Express services, indexed MongoDB queries, and optimized Cloudinary media handling.

Increased engagement by ~45% with a responsive Tailwind UI, reusable components, and real-time status workflows.

MERN Stack Express MongoDB Cloudinary Tailwind CSS Render
AgriSure Agricultural Insurance Platform

AgriSure: Agricultural Insurance Platform

Developed a Flask-based agricultural fintech platform enabling 500+ farmers to manage crop insurance and loans with role-based workflows, reducing manual errors by ~70%.

Flask Bootstrap Jinja2 WTForms Render
Lumina hybrid RAG search system

Lumina

Built a hybrid RAG search engine that combines FAISS vector retrieval with BM25 keyword ranking for high-precision technical search.

Delivered an Async FastAPI backend with caching and score transparency, reducing repeat indexing latency by ~90% and improving explainability.

Python FastAPI FAISS SQLite BM25 AsyncIO
Fog4Det Vehicle Fog Detection System

Fog4Det: Vehicle Fog Detection System

Built a real-time fog detection system with FastAPI and Next.js that uses OpenCV analysis to classify visibility conditions and recommend driving actions.

FastAPI Next.js OpenCV Tailwind CSS Framer Motion
TurboQuant KV cache compression benchmark

TurboQuant KV Cache Demo

Implemented TurboQuant-style KV cache compression for GPT-2 Medium using Lloyd-Max quantization and QJL residual sketching.

Benchmarked on RTX 4060 with 3.3x KV compression (5664 KB to 1740 KB) and +6.1% perplexity shift, documented through reproducible reports and dashboards.

Python PyTorch Transformers NumPy Quantization
Antim AI bereavement assistance agent interface

Antim

Built an empathy-first AI bereavement assistant that captures succession details and generates India-specific action plans with streaming workflows.

Used browser-local token handling and session-scoped state to enable secure backend-free deployment.

HTML CSS JavaScript Supervity Workflow API
productionize Claude code skill workflow card

productionize

Designed a reusable Claude Code skill that applies a 4-phase productionization workflow across documentation, validation, typing, logging, security, and maintainability.

Markdown Specs Engineering Standards Multi-language Patterns
Psychometric Test System dashboard

Psychometric Test System

Built a Java/MySQL psychometric assessment system with structured testing flows, automated scoring, and interpretable result summaries.

Java MySQL JDBC
Travel Planner route optimization interface

Travel Planner

Built a graph-based travel optimization system using shortest-path algorithms to minimize route time and cost.

C Graphs Dijkstra
YOLOv5 real-time object detection

YOLOv5 Real-Time Object Detection

Built a YOLOv5 + OpenCV real-time detection pipeline for on-device inference experiments and live camera tracking.

YOLOv5 Python PyTorch OpenCV
Reddit stock sentiment analyzer

Reddit Stock Sentiment Analyzer

Built an NLP sentiment analysis dashboard for finance-focused subreddit streams with data ingestion pipelines and interpretable visual summaries.

Flask NLTK PRAW Matplotlib
Fake news detection model

Fake News Detection Model

Built a fake-vs-real news classification pipeline using feature engineering and supervised machine learning baselines.

Python Scikit-Learn TensorFlow NLP
Dining philosopher and word ladder implementations

Dining Philosopher & Word Ladder

Implemented classic concurrency and graph problems, including semaphore-based Dining Philosophers synchronization and BFS-driven Word Ladder transformations.

Java C Semaphores BFS