iskracat / tensorflowjs-mnist-live

A real-time handwritten digit recognition using tensorflow.js, node.js and socket.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tensorflowjs-mnist-live

A real-time handwritten digit recognition using tensorflow.js, node.js and socket.io

First train the model with the following command:

node trainer.js --epochs 5 --model_save_path trained_model

Once the model is trained then you can serve a webtool to play with the model with the command bellow:

node server.js --model_path trained_model

Open your the URL http://localhost:1992/ in your browser and start playing.

About

A real-time handwritten digit recognition using tensorflow.js, node.js and socket.io


Languages

Language:JavaScript 85.7%Language:SCSS 8.1%Language:HTML 6.3%