Initialises a keras model and trains it with mnist datasets. The user can later draw a number and allow the model to guess what number it is supposed to be.
Showcasing the model's training data.
The tkinter pop-up used to input custom user-drawn numbers.
Showing the model's prediction of the custom input.


