Skip to content
Kevin Niland edited this page Nov 29, 2019 · 4 revisions

Purpose of this Wiki

This wiki serves to provide information on the two distinct aspects of this project: the model, and the flask web application, and to provide sample test screenshots of each digit being recognised by the mode. Please visit the relevant page for each to read up on how they work individually and how they work together:

The Project

This project concerns the well-known MNIST dataset and the Python packages Keras, Flask, and Jupyter. This project contains a jupyter notebook containing code to train the model, and a flask web application that allows users to recognise digits using the trained model.

References

Clone this wiki locally