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.
- Host: GitHub
- URL: https://github.com/ibrahimnsu15/digitclassifier
- Owner: ibrahimnsu15
- Created: 2019-04-15T19:36:10.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-15T19:45:50.000Z (about 7 years ago)
- Last Synced: 2024-03-29T05:14:08.986Z (over 2 years ago)
- Topics: android, digitclassifier, java, tensorflow
- Language: Java
- Homepage:
- Size: 43.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)