The Digit-Inator allows you to convert your favorite hand drawn digit to text with the latest and greatest in computer vision.
- Install npm
- Install yarn
- Run
yarn
at the root of the project to install root dependencies - Optionally, install AdobeXD if you want to more easily edit the logo
- Run
yarn dev
at the root of the project to start the application - Navigate to
http://localhost:3000/
to view the application
- Run
yarn test
at the root of the project
- Run
yarn build
at the root of the project