This was my first machine learning project that predicts hand written digits using tensorflow mnist dataset. The app is developed using the Tkinter library as frontend and tensorflow as backend. The model can be trained more with new date by drawing digits on the canvas and checking the train option.
- Draw the digit on the canvas of Tkinter.
- Press ENTER / RETURN key to predict.
- Press SHIFT + ENTER / SHIFT + RETURN key or the Right Mouse Click to clear the canvas.
When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method of this repository before making a change.
Please make sure to update tests as appropriate.