Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

use/digit-recognizer

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
8 Commits
 
 
 
 

Repository files navigation

digit-recognizer

Web demo to recognize handwritten digits using your phone or a webcam.

For best results:

  1. Write 1 digit at a time, alone with a thick marker, about 1" or bigger to get a good image
  2. Write on a light background in a dark color
  3. Use clear bright lighting
  4. When positioning your camera, center your digit in the yellow box on screen
  5. Write numbers in your own style - it was trained to work with different handwriting styles

Live demo: https://numbernet.netlify.app/

Sister repo which generated the neural network: https://github.com/use/neural-net

Features / notes

The whole thing is running on your device - there's no backend.

Uses WebRTC to connect to the camera and take a snapshot every .5 seconds. Then grabs a square of image with getImageData(). Then parses that into a black and white image. Then feeds those 28*28 pixels into the neural network.

Has an autocenter feature which recenters the black pixels in the middle of the image. You can see this working in the processed image preview in the upper-left.

Troubleshooting

If the camera doesn't work, refresh and give permissions to use the camera. If that doesn't work, go into your device's settings to give your browser app permission to use the camera.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.