Digits recognizer A university task to recognize mnist handwritten digits. Click here to see the demo. Be careful, all the training and recognition happens in the browser, so it loads ~20Mb of mnist data. How to run locally Clone this repository. git clone https://github.com/aaneitchik/digits-recognizer.git Install the mnist library with bower: bower i Install other dependencies with yarn: yarn install Run the project in dev mode: yarn start and open it on localhost:3000, or build your own version: yarn build