Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 776 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 776 Bytes

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.

Example:

App coded in Java SE 8 with:

Model (src) coded in Python 3.5 with: