GitHub - Geka000/TensorFlowAndroidMNIST: Tensorflow MNIST demo on Android

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

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

Readme

Activity

Stars

0 stars

Watchers

1 watching

Forks

0 forks

Releases

No releases 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%