Skip to content

An Android app which recognized handwritten digits with the help of a Neural Network.

License

Notifications You must be signed in to change notification settings

LuposX/AndroidAppDigitRecognizer

Repository files navigation

AndroidAppDigitRecognizer

An Android app which recognized handwritten digits with the help of a Neural Network.

License: MIT Codacy Badge

header

Release History

  • 1.0.0
    • Release of first version

Usage

  1. Download the .apk under Releases.
  2. Install it on you Smartphone
  3. Open it and use it :)

Meta

Distributed under the MIT license. See LICENSE for more information.

LICENSE Digit-Recognition

Contributing

  1. Fork it (https://github.com/LuposX/AndroidAppDigitRecognizer/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request