potterhsu/SVHNClassifier
A TensorFlow implementation of Multi-digit Number Recognition from Street View Imagery using Deep Convolutional Neural Networks (http://arxiv.org/pdf/1312.6082.pdf)
This helps automatically recognize multi-digit house numbers from street-level images. You provide an image containing house numbers, and it outputs the identified digits. This is useful for urban planners, mapping services, or researchers analyzing urban environments.
210 stars. No commits in the last 6 months.
Use this if you need to accurately extract house numbers from photographs of buildings or street views.
Not ideal if you're looking to recognize general objects or text in images, or if your images are not street-level house numbers.
Stars
210
Forks
72
Language
Jupyter Notebook
License
GPL-3.0
Category
Last pushed
May 07, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/potterhsu/SVHNClassifier"
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-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.
billy-enrizky/Pytorch-Handwritten-Digit-Recognition
🚀 PyTorch Handwritten Digit Recognition 🤖 Discover the world of machine learning with our...