Skip to content

Latest commit

 

History

History
42 lines (23 loc) · 506 Bytes

README.md

File metadata and controls

42 lines (23 loc) · 506 Bytes

Digit Recognizer

Learn computer vision fundamentals with the famous MNIST data

License

MIT

Documentation

Documentation

Run Locally

Clone the project

  git clone https://link-to-project

Go to the project directory

  cd my-project

Install dependencies

  npm install

Start the server

  npm run start