Add link to tflite codelab
authorMark Daoust <markdaoust@google.com>
Tue, 6 Mar 2018 22:41:02 +0000 (14:41 -0800)
committerTensorFlower Gardener <gardener@tensorflow.org>
Tue, 6 Mar 2018 22:45:06 +0000 (14:45 -0800)
PiperOrigin-RevId: 188083446

tensorflow/docs_src/mobile/tflite/demo_android.md

index 79b5678..c94b559 100644 (file)
@@ -8,6 +8,9 @@ You'll need an Android device running Android 5.0 or higher to run the demo.
 To get you started working with TensorFlow Lite on Android, we'll walk you
 through building and deploying our TensorFlow demo app in Android Studio.
 
+Note: For a more detailed guide see the
+[TFLite Codelab](https://codelabs.developers.google.com/codelabs/tensorflow-for-poets-2-tflite/index.html#0)
+
 It's also possible to build the demo app with Bazel, but we only recommend
 this for advanced users who are very familiar with the Bazel build
 environment. For more information on that, see our page [on Github](https://github.com/tensorflow/tensorflow/tree/master/tensorflow/contrib/lite#building-tensorflow-lite-and-the-demo-app-from-source).