Skip to content

Flask web app which predicts handwritten digits using a deep convolutional neural network in Keras

License

Notifications You must be signed in to change notification settings

ihebu/digit-recognizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Handwritten digits recognition

This a Flask web app to predict handwritten digits using a deep convolutional neural network built with Keras and trained on the MNIST dataset.

demo gif

Training the model

To re-train a different model or see the existing model, check the training notebook

Running the app locally

Prerequisites

  • Docker
  • Docker Compose

Installation

  1. Clone the repo:
git clone https://github.com/ihebu/digit-recognizer.git
  1. Navigate to the project directory:
cd digit-recognizer
  1. Build the docker images
docker-compose build
  1. Start running the containers
docker-compose up

Usage

to use the app, simply go to http://localhost

About

Flask web app which predicts handwritten digits using a deep convolutional neural network in Keras

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published