TF Mobile demo on Android
In this section, we shall learn about recreating the Android demo app provided by the TensorFlow team in their official repo. The Android demo will install the following four apps on your Android device:
TF Classify
: This is an object identification app that identifies the images in the input from the device camera and classifies them in one of the pre-defined classes. It does not learn new types of pictures but tries to classify them into one of the categories that it has already learned. The app is built using the inception model pre-trained by Google.TF Detect
: This is an object detection app that detects multiple objects in the input from the device camera. It continues to identify the objects as you move the camera around in continuous picture feed mode.TF Stylize
: This is a style transfer app that transfers one of the selected predefined styles to the input from the device camera.TF Speech
: This is a speech recognition app that identifies your speech and if...