TensorFlow Lite example apps
A collection of TensorFlow Lite apps.

Test an image classification solution with a pre-trained model that can recognize 1000 different types of items from input frames on a mobile camera.

Explore an app using a pre-trained model that draws and labels bounding boxes around 1000 different recognizable objects from input frames on a mobile camera.


Explore an app that uses a microphone to spot keywords and return a probability score for the words spoken.

Train a neural network to recognize gestures caught on your webcam using TensorFlow.js, then use TensorFlow Lite to convert the model to run inference on your device.


Predict whether each pixel of an image is associated with a certain class. Trained with people, places, animals, and more.


Generate reply suggestions to input conversational chat messages.

Categorize free text into predefined groups. Potential applications include abusive content moderation, tone detection and more.

Answer user queries based on information extracted from a given text archive.