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:
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).
Enter the project root directory and execute:
pip install -r requirement.txt
python ./main.py