Skip to content

Workshop on creating Android App that uses Tensorflow to recognise handwritten numbers

License

Notifications You must be signed in to change notification settings

senior-sigan/ML_Workshop_2017-12-17

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.