/handwritten-number-recognizer

A handwritten number recognizer implemented in python. 😘😝

Primary LanguagePythonMIT LicenseMIT

handwritten-number-recognizer

What's this?

This is a simple handwritten number recognizer (toy project) implemented in Python. You can write numbers with a mouse or touchpad and then click the recognize button to recognize them. The example is as follows:

example

How to use?

Install python

This project uses python3.6.3 version, please refer to. Higher or lower versions may not work for this project (dependencies cannot be installed or the program exits abnormally).

Install project dependencies

Enter the project root directory and execute:

pip install -r requirement.txt

Run and enjoy it

python ./main.py