Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1.11 KB

File metadata and controls

21 lines (14 loc) · 1.11 KB

Handwriting Recognition

Recognize Handwritten Digits

This is a demo of Algorithmia's DigitRecognizer and DigitRecognition algorithms. Write a number by hand, and the algorithms will identify it.

See this demo in action

This demo can be viewed at https://algorithmia.com/demo/handwriting

Run it yourself

This demo only contains frontend code and requires no specialized hosting (or even a server).

  1. download the repository
  2. edit /JavaScript/handwriting/public/js/main.js to place your own API Key (free signup) in the line containing "Algorithmia.client()"
  3. if you have not already, run the setup steps outlined in /PUBLISH.md
  4. build the demo: grunt build:handwriting
  5. open /build/handwriting/index.html in a web browser

Find more information in the Algorithmia Developer Center or the API Docs.