Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 1 KB

README.md

File metadata and controls

36 lines (20 loc) · 1 KB

TensorFlow Lite sample applications

The following samples demonstrate the use of TensorFlow Lite in mobile applications. Each sample is written for both Android and iOS.

Image classification

This app performs image classification on a live camera feed and displays the inference output in realtime on the screen.

Samples

Android image classification

iOS image classification

Text classification

This app performs text classification on a live text feed and displays the inference output in realtime on the screen.

Samples

Android text classification

iOS text classification

Audio classification

This app performs audio classification on a live audio feed and displays the inference output in realtime on the screen.

Samples

Android audio classification

iOS audio classification