Topic: Hand written digits recognition on Android.
Used technologies:
- Kotlin for Android
- Android Anko
- tensorflow-android
- Python for model
- Keras
- Tensorflow
- MNIST dataset to train model
Mostly the code was gotten from this repo: llSourcell/mnist-android-tensorflow, but was improved, rewritten in kotlin and refactored.