coding-ai/raspberrypi_handwritten_recognition
Virtual Pen + Recognition of handwritten digits
This project helps you digitize handwritten numbers by letting you 'write' them in the air with a colored object, captured by a Raspberry Pi camera. It processes your virtual handwriting and tells you what number it thinks you wrote. This is for hobbyists, students, or educators exploring basic image recognition and embedded systems.
No commits in the last 6 months.
Use this if you want to experiment with a fun, interactive way to translate physical gestures into recognized digital data using simple hardware.
Not ideal if you need high-accuracy, robust recognition for critical applications or to process existing handwritten documents.
Stars
9
Forks
1
Language
Python
License
—
Category
Last pushed
Dec 08, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/coding-ai/raspberrypi_handwritten_recognition"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
greydanus/mnist1d
A 1D analogue of the MNIST dataset for measuring spatial biases and answering Science of Deep...
potterhsu/SVHNClassifier
A TensorFlow implementation of Multi-digit Number Recognition from Street View Imagery using...
potterhsu/SVHNClassifier-PyTorch
A PyTorch implementation of Multi-digit Number Recognition from Street View Imagery using Deep...
kensanata/numbers
Handwritten digits, a bit like the MNIST dataset.
kdexd/digit-classifier
A single handwritten digit classifier, using the MNIST dataset. Pure Numpy.