An open API service indexing awesome lists of open source software.

https://github.com/ibrahimnsu15/digitclassifier

This app can classify handwritten digits (0-9) drawn on the screen. It was created by implementing a model coded with Tensorflow in Python and then serving that file via the Tensorflow Inference java library.
https://github.com/ibrahimnsu15/digitclassifier

android digitclassifier java tensorflow

Last synced: 6 months ago
JSON representation

This app can classify handwritten digits (0-9) drawn on the screen. It was created by implementing a model coded with Tensorflow in Python and then serving that file via the Tensorflow Inference java library.

Awesome Lists containing this project

README

          

# Digit Classifier
#### An Android app demoing Tensorflow integration in Java.

This app can classify handwritten digits (0-9) drawn on the screen.
It was created by implementing a model coded with Tensorflow in Python
and then serving that file via the Tensorflow Inference java library.

Caution: change directory name (DigitClassifier CSE465) to (DigitClassifier)

##### Example:

App coded in **Java SE 8** with:
- Google's [*Android SDK*](https://www.android.com/)
- Google's [*TensorflowInference*](https://github.com/tensorflow/tensorflow/tree/master/tensorflow/java) Library

Model [(src)](https://github.com/ozanerhansha/NeuralNetworks/blob/master/src/MNIST/conv/mnist_convolutional.py) coded in **Python 3.5** with:
- Google's [*TensorFlow*](https://www.tensorflow.org/)

Reference:
- Ozaner Hansha [*Repository link*](https://github.com/ozanerhansha/DigitClassifier)