Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
miyosuda committed Jan 19, 2016
1 parent d15c4a0 commit 5933749
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# TensorFlowAndroidMNIST

Handwritten digit classification (MNIST) demo on Android using TensorFlow.

![image](http://narr.jp/private/miyoshi/tensorflow/mnist_screen0.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

0 comments on commit 5933749

Please sign in to comment.