A simple CNN-based deep learning project to recognize handwritten digits (0-9). Users can upload a digit image and get prediction with confidence score.
- Install dependencies: pip install -r requirements.txt
- Run Streamlit app: streamlit run app.py
- Open the link in your browser and upload a digit image.
- app.py : Streamlit web app
- model/mnist_cnn.h5 : Trained CNN model
- utils/predict.py : Prediction helper functions