An Android app that recognizes handwritten digits using a Neural Network.
This is a simple Android application that allows you to take a photo of handwritten digits and have them recognized by a neural network model.
The goal of this app was not to build the most accurate digit recognizer—there are better solutions available—but rather to experiment with neural networks, explore different architectures and techniques, and then use the best-performing model in a working Android app.
You can find more information about the models I trained, including their performance and code, here: 👉 Comet ML Dashboard
- Download the
.apk
file from the Releases section. - Install it on your smartphone.
- Open the app and start recognizing digits!
Distributed under the MIT license.
See LICENSE
for more information.