Python projects
Final-year project topics built with Python — working builds, abstracts and honest quotation pricing.
RAG-Based AI Placement Assistant
A retrieval-augmented generation chatbot for college placement cells: upload placement policies, company archives and FAQs, a...
Real-Time Object Detection using YOLO
A real-time object detection system using YOLOv8 that processes webcam or Raspberry Pi camera streams, draws bounding boxes w...
Real-Time Sign Language Recognition
A webcam system that tracks 21 hand landmarks with MediaPipe, classifies gestures with a CNN-LSTM, and speaks the result alou...
Salon Appointment Booking and Billing System
This project builds a complete salon management system: customers browse services with transparent pricing and book a specifi...
Sentiment Analysis on E-commerce Reviews using NLP
An NLP system that classifies e-commerce product reviews as positive, negative or neutral and extracts aspect-level insights...
Signature Verification using Siamese Networks
A forensic AI system that verifies handwritten signatures using a Siamese neural network. Two identical CNN branches embed a...
Skin Disease Detection using CNN
An AI dermatology assistant that classifies common skin conditions from smartphone photos using a CNN trained on the HAM10000...
Speech Emotion Recognition using Machine Learning
A system that recognizes emotions from speech audio by extracting MFCC features and classifying them with a CNN/LSTM. The app...
Stock Price Prediction using LSTM
An LSTM deep-learning model trained on NSE/BSE historical data that forecasts stock prices, computes technical indicators (RS...