Skip to content

aaneitchik/digits-recognizer

Repository files navigation

Digits recognizer

A university task to recognize mnist handwritten digits.

Digits recognizer 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

  1. Clone this repository.
    git clone https://github.com/aaneitchik/digits-recognizer.git
  2. Install the mnist library with bower:
    bower i
  3. Install other dependencies with yarn:
    yarn install
  4. Run the project in dev mode:
    yarn start
    and open it on localhost:3000, or build your own version:
    yarn build

About

A university task to recognize handwritten digits.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published