# TensorFlowAndroidDemo **Repository Path**: X-CCS/TensorFlowAndroidDemo ## Basic Information - **Project Name**: TensorFlowAndroidDemo - **Description**: TensorFlow Android stand-alone demo - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-09 - **Last Updated**: 2020-12-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # TensorFlow Android stand-alone demo Android demo source files extracted from original TensorFlow source. (TensorFlow r0.10) To build this demo, you don't need to prepare build environment with Bazel, and it only requires AndroidStudio. If you would like to build jni codes, only NDK is requied to build it. ![image](http://narr.jp/private/miyoshi/tensorflow/tensorflow_screen1.png) ## How to build jni codes First install NDK, and set path for NDK tools, and then type commands below to create .so file. $ cd jni-build $ make $ make install