Number Recognizer
io.bhagat.numberrecognizer
View detailed information for Number Recognizer — ratings, download counts, screenshots, pricing and developer details. See integrated SDKs and related technical data.
Total installs
40(40)
Rating
0.0
Released
June 4, 2019
Last updated
June 4, 2019
Category
Education
Developer
Rishav Bhagat
Developer details
Name
Rishav Bhagat
E-mail
rishav@bhagat.io
Website
unknown
Country
unknown
Address
unknown
Screenshots
Description
This app uses a canvas to allow anyone to draw a number. It connects to a TCP server hosted on an old PC, where a neural network built from scratch is being used to predict what number it is that you drew from the pixel values. The neural network is trained using the mnist data set. It is not always accurate since it does not use a convolutional neural network or pooling layers.