An open API service indexing awesome lists of open source software.

https://github.com/wesdoyle/mnist-paint

Vanilla JS + TensorFlow paint with MNIST hand-written digit classification
https://github.com/wesdoyle/mnist-paint

cnn keras mnist-handwriting-recognition ocr-recognition tensorflow

Last synced: 2 months ago
JSON representation

Vanilla JS + TensorFlow paint with MNIST hand-written digit classification

Awesome Lists containing this project

README

          

# mnist paint

Example handwritten digit OCR using tensorflow.js and canvas.

The example model is a basic CNN trained using Keras on the MNIST handwritten digits dataset - see notebook for details.

To run, start an HTTP server in the root of the directory, e.g.:

```bash
python3 -m http.server 7771
```