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.
Paste any essay and find out if a human or an AI wrote it. Django + scikit-learn, sentence-level highlighting, PDF reports, REST API. Full source code included.
A working course recommender built on real Harvard enrollment data — KMeans clustering plus cosine similarity, wrapped in a Flask app with search, analytics dashboard and a JSON API. Runs on your laptop in 10 minutes.
A Flask and XGBoost powered dream journal that detects emotions, flags recurring dream symbols, and generates AI interpretations using Groq — a complete AI/ML final year project with source code.
An AI-powered Django and Next.js final year project that generates platform-ready social media captions and hashtags from a single topic using the Groq LLaMA API.
A Flask and scikit-learn final year project that predicts drinking water potability from 9 physicochemical parameters with WHO safety flags and risk scoring.
A Django-based smart traffic system that uses YOLOv8 vehicle detection to read live lane density and auto-adjust signal timings, with a real-time Obsidian Gold NOC-style dashboard.
A machine learning-powered carbon footprint calculator built with Python and Streamlit that predicts your annual CO2 emissions based on lifestyle inputs.
An AI-powered Streamlit application that scans any GitHub profile or repository and generates a recruiter-style evaluation report, covering code quality signals.
A Flask and scikit-learn web app that checks drug-drug interactions across 191,000+ DrugBank pairs and classifies severity as Major, Moderate, or Minor. When a pair is not in the database, a trained Random Forest model predicts the severity.
A Flask machine learning web app that reads your current skills and target career, analyses 9,000 real Naukri job postings, and builds a week-by-week learning roadmap.
JobGuard AI is an AI-powered system that detects fake job postings using NLP and machine learning. It analyzes job descriptions in real time and helps users identify recruitment scams with confidence-based predictions.
A real-time 3D anime avatar that listens to your voice, reads your emotion, and talks back with a natural female voice and live lip-sync. Built with Next.js, Three.js, and Groq. A standout AI final year project with full source code.