An Android app which recognized handwritten digits with the help of a Neural Network.
- 1.0.0
- Release of first version
- Download the
.apk
under Releases. - Install it on you Smartphone
- Open it and use it :)
Distributed under the MIT license. See LICENSE
for more information.
- Fork it (https://github.com/LuposX/AndroidAppDigitRecognizer/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request