This a Flask web app to predict handwritten digits using a deep convolutional neural network built with Keras and trained on the MNIST dataset.
To re-train a different model or see the existing model, check the training notebook
- Docker
- Docker Compose
- Clone the repo:
git clone https://github.com/ihebu/digit-recognizer.git
- Navigate to the project directory:
cd digit-recognizer
- Build the docker images
docker-compose build
- Start running the containers
docker-compose up
to use the app, simply go to http://localhost