DEV Community

Remi W.
Remi W.

Posted on

Live digit recognition with Tensorflow.js and React

GitHub logo ixartz / handwritten-digit-recognition-tensorflowjs

In-Browser Digit recognition with Tensorflow.js and React using Mnist dataset

Handwritten digit recogniton

Digit recognition built with Tensorflow.js, Mnist dataset, React, Redux, Redux-Saga, Babel, Webpack, Styled-components, Eslint, Prettier and Ant Design.

A demo is available at this location: https://digit-recognition.ixartz.com.

Videos

Phone (iOS and Android) version:

Demo on phone

Desktop version:

Demo on desktop

Setup environment

This project is based on JavaScript environment and you need to install dependencies with Yarn or NPM:

$ yarn install

Launch locally

$ yarn start
$ Open https://localhost:9000 with your favorite browser

Build for production

$ yarn build

Author

Ixartz's technical blog




Top comments (0)