Skip to content

dimens66/tensorflow_android

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Decoupled Tensorflow Android demo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published