Python 3 projects
Final-year project topics built with Python 3 — working builds, abstracts and honest quotation pricing.
Fruit Ripeness Detection using CNN
This project builds a convolutional neural network that looks at a fruit photograph and predicts both the fruit type and its...
Grain Quality Grading from Images using CNN
This project builds an image-based grain quality grading pipeline: a tray photo of wheat or rice is segmented into individual...
Grammar Error Correction using T5
This project fine-tunes T5-base as a sequence-to-sequence grammar corrector: erroneous learner English goes in, fluent correc...
Gym Exercise Form Checker using Pose Estimation
This project watches workout videos and coaches like a trainer: a pose-estimation backbone extracts 17 body keypoints per fra...
Handwritten Digit Recognition with Custom CNN (MNIST)
This project builds a custom convolutional neural network that reads handwritten digits (0–9) from 28×28 grayscale images, tr...
Heart Disease Prediction using Machine Learning
This project builds a machine-learning classifier that estimates heart-disease risk from 14 clinical attributes — age, chest-...
Hindi Speech Recognition using Wav2Vec2
This project fine-tunes the pre-trained wav2vec2-large-xlsr-53 model on the Mozilla Common Voice Hindi dataset to build a Hin...
Hotel Booking Cancellation Prediction using Machine Learning
This project predicts which hotel reservations are likely to be canceled — while there is still time to save them — using the...
Human Activity Recognition using Smartphone Sensors
This project builds a human activity recognition system that classifies six everyday activities from smartphone accelerometer...