HungNguyen29/digit-recognition
0
MNIST Handwriting Recognition
This repository contains a Flask web app and training utilities for MNIST digit recognition.
Project structure
src/mnist_app/- Flask app and model utilitiestemplates/- HTML templates for the web appstatic/- frontend assets and saved history imagesassets/dataset/- MNIST dataset files
Run the application
Install dependencies:
pip install -r requirements.txtStart the web server:
python run.pyTrain the TensorFlow model
python src/mnist_app/train.py