ixartz / handwritten-digit-recognition-tensorflowjs

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

Home Page:https://digit-recognition.ixartz.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://digit-recognition.ixartz.com


Languages

Language:JavaScript 98.6%Language:HTML 1.4%