j3soon/Handwritten-Digit-Recognition-Painter
A handwritten digit recognition painter implementation on Basys 3 Artix-7 FPGA using Verilog.
This project helps students and hobbyists learn about and experiment with digital logic design by creating a system that can recognize handwritten digits. You draw a digit on a connected display, and the system processes your drawing to identify the number you've written. This tool is designed for those studying or working with FPGAs and embedded systems.
No commits in the last 6 months.
Use this if you are a student or educator wanting a hands-on project to understand how FPGAs can perform image processing and pattern recognition for basic tasks like digit identification.
Not ideal if you need a high-performance, real-world digit recognition solution or a software-based application for general use.
Stars
24
Forks
5
Language
VHDL
License
—
Category
Last pushed
Oct 29, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/j3soon/Handwritten-Digit-Recognition-Painter"
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.