nevercatchmeow / handwritten-number-recognizer

A handwritten number recognizer implemented in python. 😘😝

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A handwritten number recognizer implemented in python. 😘😝

License:MIT License


Languages

Language:Python 100.0%