Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/saadmairaj/digit-recognition

This is a Machine Learning Model based on the Keras algorithm that can Recognise Hand-Written digits from this model and can also Train more.
https://github.com/saadmairaj/digit-recognition

digit-recognition-application keras-tensorflow machine-learning python tensorflow tensorflow-examples tkinter-gui

Last synced: 11 days ago
JSON representation

This is a Machine Learning Model based on the Keras algorithm that can Recognise Hand-Written digits from this model and can also Train more.

Awesome Lists containing this project

README

        

# Digit Recognition

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.

Screenshot 2020-07-01 at 3 10 42 PM

## How do I use?

- *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.*

## Contributing

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.