Skip to content

Geka000/TensorFlowAndroidMNIST

 
 

Repository files navigation

TensorFlowAndroidMNIST

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

image

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

About

Tensorflow MNIST demo on Android

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 70.6%
  • Python 16.1%
  • Jupyter Notebook 4.0%
  • HTML 3.4%
  • Protocol Buffer 3.3%
  • TypeScript 1.4%
  • Other 1.2%