1
00:00:07,920 --> 00:00:12,870
Hey guys this is Caleb with Dev slopes and I just wanted to show you really quickly before we get started

2
00:00:12,960 --> 00:00:15,320
what kind of an app are you going to build in this car.

3
00:00:15,340 --> 00:00:17,370
M.S. So here it is.

4
00:00:17,370 --> 00:00:19,850
This is the app we're going to build it's running on my phone.

5
00:00:19,860 --> 00:00:25,320
So I'm using the camera here because the simulator does not have a camera so we can actually use the

6
00:00:25,320 --> 00:00:31,500
simulator with that in mind you're going to need a physical device plugged into your computer to build

7
00:00:31,500 --> 00:00:35,380
your app and actually index code 9 you can build over Wi-Fi which is really cool.

8
00:00:35,400 --> 00:00:40,550
Finally Anyway I just wanted to show you this application what it does is it displays the camera view.

9
00:00:40,740 --> 00:00:46,590
We have a label up here that basically is going to display the name of an object and the level of confidence

10
00:00:46,740 --> 00:00:48,160
which I'll explain in a second.

11
00:00:48,180 --> 00:00:53,940
We have a button that allows us to turn on or turn off the flash and when we tap on the screen that's

12
00:00:53,940 --> 00:01:01,080
going to take a photo and pass that photo through a memory sorry through a machine learning model and

13
00:01:01,080 --> 00:01:06,570
it's going to make a prediction of what it thinks that object is we're doing object scanning object

14
00:01:06,570 --> 00:01:09,030
recognition with machine learning in an iOS app.

15
00:01:09,030 --> 00:01:09,820
It's incredible.

16
00:01:09,870 --> 00:01:11,980
So here's an example if I take a photo.

17
00:01:12,000 --> 00:01:16,750
Listen carefully.

18
00:01:18,780 --> 00:01:19,440
Pretty cool.

19
00:01:19,440 --> 00:01:22,080
So it's 99 percent sure this is a remote.

20
00:01:22,080 --> 00:01:29,160
Based on how it was trained to identify a remote it can identify all kinds of objects trees window shades

21
00:01:29,160 --> 00:01:31,170
light switches umbrellas et cetera et cetera.

22
00:01:31,350 --> 00:01:32,480
It can identify all of it.

23
00:01:32,480 --> 00:01:37,110
That's the coolest part about machine learning is that somebody else has trained this model to do all

24
00:01:37,110 --> 00:01:38,750
the amazing things it can do.

25
00:01:38,760 --> 00:01:40,740
So let's go ahead and let's dive right in.

26
00:01:40,740 --> 00:01:43,380
Head over to the next video and we'll get started building this app.
