Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 835 Bytes

File metadata and controls

14 lines (11 loc) · 835 Bytes

tensorflow_android

##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:

1. Tensorflow version

In WORKSPACE file, update tag under org_tensorflow git_repository.

2. Android SDK and NDK

In WORKSPACE file, update the path and api_level under android_sdk_repository and android_ndk_repository to match yours.

3. Build

Invoke build using following command

bazel build //android:tensorflow_demo