Predict EV battery health % and failure risk with a Random Forest model (R² 0.9944) wrapped in a full Flask dashboard API, metrics, history, all included.
A Flask + XGBoost web app that predicts AI/ML job salaries in real time and visualizes six years of global compensation trends from 10,000+ real records.
Paste any paragraph and find out if a human or an LLM wrote it — with a calibrated confidence score and the exact linguistic reasons behind the verdict. Complete Python final year project, Flask app, trained models, source code included.
A Flutter app that scans a QR code and tells you in seconds whether it's safe, suspicious, or a scam backed by a Django risk-scoring engine. Full source code, report, and setup support included.
A Sentence-BERT search engine that understands what you mean, not what you typed. Search 2,152 LLM prompts by meaning, with a Flask UI, charts, and a REST API. Full source code included.
Upload one photo of a crop, get the name back in under a second — plus a heat map showing exactly which pixels the CNN looked at. Complete Python final year project with training notebook, Flask app and source code.
8,801 railway stations, three trained ML models, and a live map that tells you where India actually needs new stations. Full Python source code plus a Flask dashboard you can run tonight.
Paste any sentence, get the emotion behind it with a confidence score. A Flask + scikit-learn final year project with a cross-domain Transfer Lab your examiner has definitely never seen before.
Upload your notes and PYQ papers, get page-cited answers, spot which topics repeat every year, and auto-generate a predicted model paper. A Django RAG final year project with full source code.
Build your own Dream11 brain. A Flask + Random Forest app that predicts fantasy points for 229 FIFA 2026 players and then solves for the mathematically best XI under your budget. Full source code included.
A Flask + React academic analytics platform that predicts student marks using a Random Forest model trained on 10,000 records with separate logins for admin, faculty, students, and parents. Full source code included.
A working ransomware detection system that scores every running process 0-100 using RandomForest, XGBoost and IsolationForest with a SOC dashboard, incident timeline and zero real malware in the code. Full Python source included.
A working SOC dashboard that pulls real CVEs, malware hashes and malicious IPs from five live threat feeds, maps them by country, and explains each one in plain English using AI. Django source code included.
Predicts tomorrow's congestion at 16 Bengaluru intersections using LightGBM, scores routes against forecasted bottlenecks, and counts vehicles from uploaded images with YOLOv8. Full Django source code included.
A full Django fitness platform with workout logging, nutrition tracking, progress charts and a live AI coach. 87 passing tests, seeded demo data, runs in about 20 minutes.
Turn the public Netflix catalog into a live analytics dashboard — 8 Chart.js visualizations, a pandas cleaning pipeline, and a TF-IDF genre classifier. Runs on your laptop in 10 minutes.
Upload a PDF, ask it anything, get answers that cite the exact page. A working RAG system built with Flask, Chroma and Groq — full source code, report support, no OCR guesswork.
Watch 30+ algorithms run step by step sorting bars, A* mazes, MST graphs — in one Next.js app. A final year project with source code that your examiner can actually play with during viva.
A blood emergency app that finds the nearest matching donor in seconds — Flutter app, Django + Celery backend, real geo-matching. Full source code and report included.
A scroll-controlled forest animation built with plain HTML, CSS and JavaScript — no React, no build step, no npm install. Open index.html and it just runs.
A working GPT built from scratch in PyTorch — no transformers library, no pretrained weights — with a live Django demo that shows attention, tokenization, and text generation happening in real time. Trains on a normal laptop.
Upload a resume, get its job category predicted by a trained ML model, and score it against any job description. A complete Python final year project with source code and a project report.
Paste your code, get a security report in seconds. A Django + machine learning vulnerability scanner that finds flaws, ranks them by severity, and writes plain-English fixes using the Groq LLaMA API.