Back to AI Projects
Beginner
Handwritten Digit Recognition (CNN)
Deep learning classifier trained on MNIST with a live prediction demo
A convolutional neural network that classifies handwritten digits, trained on the MNIST dataset with a simple web UI where you draw a digit and get a live prediction.
What's included
- CNN model trained and evaluated on MNIST
- Live drawable canvas for real-time prediction
- Model accuracy/loss plots included
- Well-documented training notebook
- Project report and viva Q&A notes
Tech stack
PythonTensorFlow/KerasOpenCVFlask
More in AI Projects
Face Recognition Attendance System
Automated attendance marking using real-time face detection
PythonOpenCVface_recognitionSQLite
Intermediate
Sentiment Analysis on Social Media Data
NLP pipeline that classifies text as positive, negative or neutral
PythonNLTK/spaCyScikit-learnStreamlit
Intermediate
AI Chatbot for College Enquiry
Intent-based chatbot that answers common student/admission queries
PythonNLTKFlaskReact
Beginner