In this recipe, we will consider the standard Android examples presented in the TensorFlow distribution and install them on our mobile device.
Playing with TensorFlow and Android examples
Getting ready
TensorFlow mobile Android apps are available on GitHub at the following address: https://github.com/TensorFlow/TensorFlow/tree/master/TensorFlow/examples/android . In October 2017, the page contained the following examples:
- TF Classify: Uses the Google Inception model to classify camera frames in real time, displaying the top results in an overlay on the camera image.
- TF Detect: Demonstrates an SSD-Mobilenet model trained using the TensorFlow Object Detection API. This was introduced in speed/accuracy trade-offs for modern...