Lecture Voice-to-Notes Generator AI-powered platform

Lecture Voice-to-Notes Generator

AI-powered Streamlit platform that converts long-form lecture audio into structured notes, quizzes, and flashcards using Whisper + transformer summarization models with GPU-tuned ASR/VAD.

Modular NLP components with caching and parallel chunking deliver 5× faster runs on 30+ minute inputs, while the interface adds progress tracking, Fast Mode, and PDF/DOCX/JSON exports.

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

AI-Assisted Dermatological DSS

EfficientNet-B0 classifier covering 7 skin lesion classes with 81% validation accuracy and 0.67 macro-F1 on HAM10000, accelerated via AMP and optimized Albumentations pipelines.

Integrates Grad-CAM explainability, macro-F1 driven evaluation, and a <50 ms Streamlit inference UI for clinician-focused prototyping.

PyTorch EfficientNet Albumentations AMP Streamlit
AI Interview Assistant recruiter dashboard

AI Interview Assistant

End-to-end automated interview workflow that parses resumes, extracts candidate insights, and generates timed AI-driven questions powered by Groq Llama 3.1.

Recruiter dashboard ships with sortable tables, transcript modals, PDF export, and Redux-backed scoring persistence—no backend required.

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

UML Designer AI

Converted GitHub repos into interactive UML class diagrams across 7+ languages using AST parsing + AI enrichment; reduced manual diagramming effort by ~80% with one-click export.

Next.js Tailwind Express Flask Groq API
AI Network Traffic Shaper – ML-powered shaping on Windows

AI Network Traffic Shaper

Built an end-to-end pipeline on Windows: traffic generation (VoIP/FTP/HTTP), PyShark/TShark capture to CSV, sklearn model (~0.999 acc), and real-time shaping via Windows Firewall with safe rollback.

Python scikit-learn PyShark PowerShell Windows Firewall
Psychometric Test System Interface showing cognitive assessment dashboard

Psychometric Test System

An intelligent system to assess cognitive abilities and personality traits using structured psychometric evaluations with data-driven insights.

Java MySQL JDBC
Travel Planner application showing route optimization interface

Travel Planner

Efficient route planning using shortest path algorithms to minimize travel costs and time with intelligent pathfinding.

C Graphs Dijkstra's Algorithm
YOLOv5 Real-Time Object Detection System

YOLOv5 Real-Time Object Detection

Colab-based object detection pipeline using YOLOv5 pretrained models, enabling real-time image capture from laptop cameras with on-the-fly object recognition.

YOLOv5 Python PyTorch OpenCV Google Colab
College Lost & Found full-stack MERN platform

College Lost & Found Application

Developed and deployed a full-stack MERN + Cloudinary platform supporting 200+ campus users, cutting lost-item recovery time by 60% with streamlined reporting and secure JWT flows.

Enhanced backend efficiency by 35% through modular Express controllers, indexed MongoDB queries, and Cloudinary-driven media storage designed with RESTful best practices.

Increased user engagement by 45% via a responsive Tailwind UI, reusable components, and real-time status updates that raised report completion and item return confirmations.

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

AgriSure: Agricultural Insurance Platform

Full-stack agricultural fintech platform using Flask, enabling 500+ farmers to manage crop insurance and loans with role-based access control, reducing manual errors by 70%.

Flask Bootstrap Jinja2 WTForms Render
Intelligent Search Platform with AI

Intelligent Search Platform

Full-stack AI-powered search tool using FastAPI and React, expanding queries with NLP (T5/BART) and integrating Google/YouTube APIs with multithreaded backend for enhanced performance.

FastAPI React HuggingFace T5/BART SerpAPI
Fog4Det Vehicle Fog Detection System

Fog4Det: Vehicle Fog Detection System

Real-time fog detection system using FastAPI and Next.js with dual-mode interfaces, implementing OpenCV-based analysis to classify visibility conditions and provide driving recommendations.

FastAPI Next.js OpenCV Tailwind CSS Framer Motion
Reddit Stock Sentiment Analyzer Dashboard

Reddit Stock Sentiment Analyzer

Flask-based NLP dashboard analyzing Reddit posts from financial subreddits using VADER sentiment analysis, with interactive dark-mode UI and Matplotlib visualizations.

Flask NLTK PRAW Matplotlib VADER
Fake News Detection Model Interface

Fake News Detection Model

A deep learning model trained to classify news articles as fake or real based on linguistic and contextual cues using advanced NLP techniques.

Python Scikit-Learn TensorFlow NLP
Dining Philosopher and Word Ladder Problem Solutions

Dining Philosopher & Word Ladder

Implementation of classic computer science problems: Dining Philosopher problem for OS synchronization using semaphores, and Word Ladder problem using graph traversal algorithms with optimized pathfinding strategies.

Java C Semaphores Graphs BFS