Skip to content

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.

Notifications You must be signed in to change notification settings

ibrahimnsu15/DigitClassifier

Repository files navigation

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:

Model (src) coded in Python 3.5 with:

Reference:

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages