/pyxelDigitRecognition

Digit Recognition with Pyxel and sklearn.

Primary LanguagePython

pyxelDigitRecognition

Handwriting digit recognition implemented in Pyxel and sklearn!

play

You can use this program as a cheap painting software.

paint

Features

  • Drag a mouse : draw a line
  • s: Recognize what number you write
  • Delete: Clear the canvas

Installation

  1. Install Python3 and Pyxel.
  2. Clone or copy this repository.
  3. python main.py at the command line.

Train your model

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