Python 3 projects
Final-year project topics built with Python 3 — working builds, abstracts and honest quotation pricing.
Content-Based Image Retrieval using Color Histograms
This project builds a content-based image retrieval engine that finds visually similar images with no tags or filenames — onl...
Credit Card Fraud Detection using Machine Learning
This project builds a machine-learning fraud scorer for credit card transactions, trained on the public Kaggle dataset of 284...
Credit Card Fraud Detection using XGBoost
This project builds an XGBoost classifier that scores credit-card transactions for fraud in milliseconds, trained on the publ...
Customer Segmentation using K-Means Clustering (Mall Customers)
This project applies K-Means clustering to the classic Mall Customers dataset (200 customers) to discover five interpretable...
Deepfake Audio Detection using Deep Learning (ASVspoof)
This project builds a deep-learning system that tells genuine human speech apart from AI-synthesized, voice-converted or repl...
Desktop Screen Time and App Usage Tracker
This project builds a desktop screen time tracker that records which applications are in the foreground and for how long, the...
Desktop TOTP Authenticator App
This project is a desktop authenticator app that generates time-based one-time passwords (TOTP) per RFC 6238 for any service...
Diabetes Risk Prediction using Machine Learning
This project trains machine-learning classifiers on the Pima Indians Diabetes dataset to estimate diabetes risk from 8 clinic...
Diabetic Retinopathy Grading from Fundus Images using CNN
This project builds a convolutional neural network that grades diabetic retinopathy into five stages (No DR, Mild, Moderate,...