Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LiveScribe

Demo 1 Demo 2

LiveScribe is an experimental computer vision project for recognizing handwritten math expressions from a drawing canvas and evaluating them.

I built this to explore how far I could get with symbol recognition, preprocessing, and expression parsing using deep learning, while keeping everything interactive and visual.

The project uses a pretrained transformer-based handwriting model for character-level recognition, combined with custom OpenCV preprocessing to clean and normalize user drawings before inference.

What works so far

  • Drawing-based handwritten input
  • Image preprocessing (thresholding, resizing, normalization)
  • GPU-accelerated inference with PyTorch
  • Model configs and tokenizer included (weights excluded)

Tech

Python · PyTorch · OpenCV · NumPy · Gradio

Setup

pip install -r requirements.txt

About

Real-Time Computer Vision model for handwritten symbol recognition and expression reasoning

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages