You can use this program as a cheap painting software.
- Drag a mouse : draw a line
s: Recognize what number you writeDelete: Clear the canvas
- Install Python3 and Pyxel.
- Clone or copy this repository.
python main.pyat the command line.
A trained model is pickled as knn_digit.pkl.
The Algorithm is 'K nearest neightbor', and dataset is Digit dataset.
You can retrain with model.py

