The Android examples that are included in TensorFlow are designed to help you think about some of the different things that you can actually do using TensorFlow. So if you are interested in more ideas to improve your apps, then they are a good place to start with.
The demos provided by TensorFlow are designed to give straightforward samples of using TensorFlow in mobile applications. The following are the current samples that you can directly use on your Android device:
- TF Classify: This is the classification example and what this is doing is it taking a live camera and tries to label images using the InceptionV3 network. This sample works well for the objects that are known in the ImageNet (http://www.image-net.org ...