Skip to content

Jsprouse0/OCR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OCR

Interactive handwritten digit OCR. Draw on a full‑screen canvas and send your sketch for prediction or as a labeled training sample.

Live demo (GitHub Pages):

What it is:

  • A simple browser app (HTML/CSS/JS) that downsamples drawings to 28×28 grayscale.
  • A lightweight Python server (Flask) with JSON endpoints for predict/train.

Status:

  • UI is live; server currently returns a placeholder prediction. ANN integration is planned next.

About

Optical Character Recognition (OCR) that can take images of handwritten characters as inputs and interpret them into machine readable text.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors