mnist-flask icon indicating copy to clipboard operation
mnist-flask copied to clipboard

A Flask web app for handwritten digit recognition using machine learning

MNIST Flask App

A Flask web app for handwritten digit recognition using a convolutional neural network. The model was trained on the MNIST dataset in TensorFlow using the Keras API.