##Description
An elementary Machine Learning project to classify handwritten digits.
##Usage:
Simply replace the 'image.png' with a .png image of a handwritten digit that you wish to classify. Then run main.py.
##Source
Most of the source code is inspired from the book, Deep Learning with Python by François Chollet.