Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 580 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 580 Bytes

Workshop: Tensorflow for Android

Topic: Hand written digits recognition on Android.

Slides

Used technologies:

  • Kotlin for Android
  • Android Anko
  • tensorflow-android
  • Python for model
  • Keras
  • Tensorflow
  • MNIST dataset to train model

Demo gif


Mostly the code was gotten from this repo: llSourcell/mnist-android-tensorflow, but was improved, rewritten in kotlin and refactored.