Python 3 projects
Final-year project topics built with Python 3 — working builds, abstracts and honest quotation pricing.
Image Captioning using CNN-LSTM (Flickr8k)
This project builds an image-captioning system that writes English descriptions of photographs, combining a ResNet-101 CNN en...
Keystroke Dynamics Authentication using Machine Learning
This project builds a keystroke-dynamics authentication system that verifies identity from typing rhythm — key-hold (dwell) a...
LAN File Transfer Desktop App with Drag-and-Drop Sharing
This project builds a desktop application that sends files between computers on the same local network without the internet —...
Language Identification from Text (WiLI-2018)
This project builds a character n-gram classifier with a neural network that identifies the language of any text paragraph ac...
Loan Default Prediction using Machine Learning
This project builds a machine-learning credit-risk model that estimates the 12-month probability of default for retail loan a...
Malaria Parasite Detection in Blood Cell Images using CNN
This project builds a convolutional neural network that classifies blood-cell images as parasitized or uninfected, trained an...
Malware Detection from PE File Headers using Machine Learning
This project builds a static machine-learning classifier that decides whether a Windows executable is malicious using only it...
Marathi News Classification using IndicBERT
This project fine-tunes IndicBERT — AI4Bharat's transformer pretrained on 12 Indian languages — to classify Marathi news head...
Market Basket Analysis using Apriori Algorithm (Online Retail Dataset)
This project applies the Apriori algorithm to the UCI Online Retail data set to discover which products are frequently bought...