TF Classify is a part of “TensorFlow Android Camera Demo”: https://github.com/tensorflow/tensorflow/tree/master/tensorflow/examples/android
TF Classify: Uses the Google Inception (https://arxiv.org/abs/1409.4842) model to classify camera frames in real-time, displaying the top results in an overlay on the camera image.
TF Classify source code: https://github.com/tensorflow/tensorflow/blob/master/tensorflow/examples/android/src/org/tensorflow/demo/ClassifierActivity.java