1
00:00:06,310 --> 00:00:09,440
Everybody has gone this is Caleb with Deb's slopes dot com.

2
00:00:09,440 --> 00:00:14,870
And in this video we're going to take a look at the application that we're about to build using Apple's

3
00:00:14,870 --> 00:00:16,280
vision framework.

4
00:00:16,280 --> 00:00:20,690
It's called Face finder and it's very simple to begin with but we're eventually going to build on it

5
00:00:20,720 --> 00:00:21,790
and make it better.

6
00:00:22,010 --> 00:00:25,730
But basically you open it up and there's an image.

7
00:00:25,820 --> 00:00:32,540
What it's doing right now is using vision to find faces and then we essentially get a bounding box returned

8
00:00:32,540 --> 00:00:32,990
to us.

9
00:00:32,990 --> 00:00:39,320
We perform some math and it outlines the face in the image if we were to drag in an image with five

10
00:00:39,320 --> 00:00:43,280
faces it would find all five faces and draw a box accordingly.

11
00:00:43,280 --> 00:00:48,230
So let's go ahead and let's get started building this app Let's head over to the next video now and

12
00:00:48,230 --> 00:00:48,940
let's begin.
