WEBVTT

00:00.080 --> 00:02.640
Hello developers, and welcome back.

00:02.680 --> 00:09.360
In this section we're going to build this amazing app called Gadgets Detection App.

00:09.400 --> 00:14.040
We're going to train our model to detect AirPods and hard disk.

00:14.080 --> 00:23.920
You see guys how the image processing and the image classification in this app works fine by two objects

00:23.920 --> 00:25.400
the AirPods and hard disk.

00:25.440 --> 00:30.920
You add, you can add much more objects to to be detected.

00:30.920 --> 00:37.400
But, uh, to make it simple, we use it as an example, the AirPods and the hard disk.

00:37.400 --> 00:45.320
So we're going to detect the hard disk and the AirPods in different situations.

00:45.360 --> 00:45.840
Okay.

00:46.280 --> 00:55.440
So this is an amazing app starting by building the model in Teachable Machine with Dot with google.com

00:55.440 --> 01:03.560
website, then getting the model as Tflite and adding it to a ML package with labels.

01:03.840 --> 01:13.560
Also, we're going to create an amazing application with the camera library and TensorFlow library.

01:13.600 --> 01:22.840
We'll start by building and implementing TensorFlow and camera two, and then moving to create the Composables

01:22.880 --> 01:27.360
needed to start the camera and detect objects.

01:27.400 --> 01:37.320
It's gonna be a very important and very amazing section to discover the power of adding machine learning

01:37.560 --> 01:40.160
for the image classification.

01:40.160 --> 01:49.480
So we're gonna learn and train how the model will process the image and detect the objects you specify.

01:49.520 --> 01:50.040
Okay.

01:50.320 --> 01:55.400
So this is our amazing app that we're going to build in this section.
