Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.39 KB

README.md

File metadata and controls

37 lines (25 loc) · 1.39 KB

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