Object Detection App Using the Task Library
Learn to deploy a TF Lite object detection model to an Android app using the ObjectDetector API of the Task Library.
We'll cover the following...
In this lesson, we walk through the process of building an Android app that allows users to select an image from their device storage and detect objects in it. To achieve this, we utilize a pretrained TF Lite model for object ...