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

https://github.com/tito/experiment-tensorflow-lite


https://github.com/tito/experiment-tensorflow-lite

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# TensorFlow lite with Kivy

This is an experimental project, no support will be done.

Works only on Android for now.

![screenshot](https://github.com/tito/experiment-tensorflow-lite/blob/main/screenshot.jpg?raw=true)

It uses:
- Kivy android camera to grab RGBA pixels
- Pillow to convert the image to the tensor input format
- TensorFlow lite Android libraries to detect

This example is mostly based on the Image classification from TensorFlow
lite example repository.

## Create a model

- Train your model https://teachablemachine.withgoogle.com/
- Export as a Quantized model for TensorFlow lite
- Copy it into the app, ajust the paths.