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
Lost and Found Web Application

Lost and Found Web App

Full-stack MERN application enabling 1,000+ campus users to report and recover lost items with JWT authentication and Cloudinary integration, boosting recovery efficiency by 60%.

MERN Stack JWT Auth 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