Skip to content

tejashwikalptaru/tensorflow-lite-demo-android

Repository files navigation

Tensorflow Lite Android Demo app

An android application with Tensorflow lite, Mobilenet and Inception models. Uses the mobile camera for preview and image snapshot for image classification.

Dependency:

implementation 'org.tensorflow:tensorflow-lite:+'

The demo application uses the camera2 API for interaction with mobile camera and image capture, then the captured image is passed as a bitmap to the classifier.

About

An android application with Tensorflow lite.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages