/Digit-Inator

Convert your favorite hand drawn digit to text with the latest and greatest in computer vision.

Primary LanguageTypeScriptMIT LicenseMIT

Digit-Inator

The Digit-Inator allows you to convert your favorite hand drawn digit to text with the latest and greatest in computer vision.

Installation

  1. Install npm
  2. Install yarn
  3. Run yarn at the root of the project to install root dependencies
  4. Optionally, install AdobeXD if you want to more easily edit the logo

Run the Application Locally

  1. Run yarn dev at the root of the project to start the application
  2. Navigate to http://localhost:3000/ to view the application

Run Tests

  1. Run yarn test at the root of the project

Generate Production Build

  1. Run yarn build at the root of the project