All Projects → ixartz → handwritten-digit-recognition-tensorflowjs

ixartz / handwritten-digit-recognition-tensorflowjs

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

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to handwritten-digit-recognition-tensorflowjs

eslint-config-adjunct
A reasonable collection of plugins to use alongside your main esLint configuration
Stars: ✭ 39 (-2.5%)
Mutual labels:  redux-saga, prettier
umi-dva-typescript-mock
基于umi + dva + typescript + mock + antd的react框架,内置PWA
Stars: ✭ 17 (-57.5%)
Mutual labels:  redux-saga, antdesign
vue-antdesign-admin-template
Ant Design Pro Vue Template
Stars: ✭ 127 (+217.5%)
Mutual labels:  prettier, antdesign
Reeakt
A modern React boilerplate to awesome web applications
Stars: ✭ 116 (+190%)
Mutual labels:  redux-saga, prettier
Starter Pack
Combines React (ft. hooks), Redux, Redux-saga and TypeScript with Auth0 as a starting point for modern web apps with solid authentication
Stars: ✭ 209 (+422.5%)
Mutual labels:  redux-saga
Typed Redux Saga
An attempt to bring better TypeScript typing to redux-saga.
Stars: ✭ 170 (+325%)
Mutual labels:  redux-saga
Redux Saga Router
A router for Redux Saga
Stars: ✭ 153 (+282.5%)
Mutual labels:  redux-saga
React Interview Questions
300+ React Interview Questions
Stars: ✭ 151 (+277.5%)
Mutual labels:  redux-saga
CNN-MNIST
CNN classification model built in Keras used for Digit Recognizer task on Kaggle (https://www.kaggle.com/c/digit-recognizer)
Stars: ✭ 23 (-42.5%)
Mutual labels:  mnist
TypeScript-in-Nodejs-Starter
A starter kit for Node.js project written with TypeScript.
Stars: ✭ 39 (-2.5%)
Mutual labels:  prettier
Eth Hot Wallet
Ethereum wallet with erc20 support / web wallet - built using react, web3, eth-lightwallet
Stars: ✭ 205 (+412.5%)
Mutual labels:  redux-saga
React Native Redux Saga
Just a starter code to use redux and react-native with Login
Stars: ✭ 176 (+340%)
Mutual labels:  redux-saga
Redux Saga Thunk
Dispatching an action handled by redux-saga returns promise
Stars: ✭ 212 (+430%)
Mutual labels:  redux-saga
Redux Tower
Saga powered routing engine for Redux app.
Stars: ✭ 155 (+287.5%)
Mutual labels:  redux-saga
MNIST-CoreML
Predict handwritten digits with CoreML
Stars: ✭ 63 (+57.5%)
Mutual labels:  mnist
Taro Dva
整合 taro-dvajs的仿知乎示例
Stars: ✭ 153 (+282.5%)
Mutual labels:  redux-saga
Reactotron
A desktop app for inspecting your React JS and React Native projects. macOS, Linux, and Windows.
Stars: ✭ 13,337 (+33242.5%)
Mutual labels:  redux-saga
Arc
React starter kit based on Atomic Design
Stars: ✭ 2,780 (+6850%)
Mutual labels:  redux-saga
React Universal Saga
Universal React Starter Kit ft. Redux Saga
Stars: ✭ 184 (+360%)
Mutual labels:  redux-saga
Todo Redux Saga
Todo app with Create-React-App • React-Redux • Redux-Saga • Firebase • OAuth
Stars: ✭ 184 (+360%)
Mutual labels:  redux-saga

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].