I gave a talk for GDG Boulder:
https://www.meetup.com/Google-Developer-Group-Boulder/events/257013855/
This talk shares how to make intelligent apps with TensorFlow. I gave an overview of the various options from using ready made APIs to training your own custom models. I walked through the end to end process of how to train a model with TensorFlow high level API tf.Keras, convert to a TensorFlow Lite model and deploy it to an Android app.