TensorFlowAndroidMNIST
Handwritten digit classification (MNIST) demo on Android using TensorFlow.
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
