##Decoupled Tensorflow Android demo
This bazel project is the Tensorflow Android demo which comes bundled with Tensorflow source. It has been decoupled from Tensorflow source, so it can be used as a template for Tensorflow based Android projects. The bazel build automatically downloads and builds Tensorflow source. Follow these steps to get going:
In WORKSPACE file, update tag under org_tensorflow git_repository.
In WORKSPACE file, update the path and api_level under android_sdk_repository and android_ndk_repository to match yours.
Invoke build using following command
bazel build //android:tensorflow_demo