https://github.com/iphands/numclass
https://github.com/iphands/numclass
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/iphands/numclass
- Owner: iphands
- Created: 2021-02-07T17:06:16.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-10-28T19:45:15.000Z (almost 5 years ago)
- Last Synced: 2025-08-19T02:57:32.708Z (12 months ago)
- Language: Python
- Size: 3.02 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# numclass
AI/ML classifier trained (primarily) on the MNIST handwritten digit data
## Features
- Detection of handwritten digits
- Can use [MNIST digit data for](http://yann.lecun.com/exdb/mnist/) (or similar) training 0-9
- Can use [emnist alphabet data](https://www.kaggle.com/crawford/emnist/version/1) (or similar) for training NaN (not a number)
- Uses custom data for training (my_data) 0-9 and NaN
- Frontend testing tool
- Draw an image, press esc to guess
- Press space to clear
- Press - to save image for training
## Demo