项目作者: mateusz800

项目描述 :
Handwritten digits recognition with tensorflowjs.
高级语言: Jupyter Notebook
项目地址: git://github.com/mateusz800/handwritten-digits-recognition.git


handwritten-digits-recognition

Handwritten digits recognition using tensorflowjs and pretrained model made in python (keras) using convolutional network and MNIST dataset.
Model takes as an input an array of pixels (28, 28, 1) divided by 255.
You can see how model work in browser.

Image

Run

To run the project you may use http-server (node.js module) to host tensorflowjs model.

  • In console type http-server tfjs_model/
  • Open index.html