1 00:00:00,210 --> 00:00:01,290 Wonderful. 2 00:00:01,320 --> 00:00:03,650 So that took about five minutes on my machine. 3 00:00:03,690 --> 00:00:11,010 Again this will really depend how long we're company files there are far out close to ten thousand images 4 00:00:11,010 --> 00:00:15,670 in the test file and over 10000 images in the training file. 5 00:00:15,690 --> 00:00:23,130 But if we have a look here we started with this zip file then we ran this command to unzip it and now 6 00:00:23,130 --> 00:00:27,540 we've got sample submission CSB label CSB train and test. 7 00:00:27,630 --> 00:00:32,970 And if we come back to our local machine we can see we've got the same folders here. 8 00:00:33,300 --> 00:00:40,150 So it's as if we've just unzip the file on our local machine but we've done it in Google Drive. 9 00:00:40,330 --> 00:00:45,980 And now we can access these files in code lab and we come back to Kaggle. 10 00:00:46,270 --> 00:00:48,960 We've got the exact same data sources here. 11 00:00:49,030 --> 00:00:53,050 Now again you could have done this with the Kaggle API but I'm just showing you. 12 00:00:53,060 --> 00:00:58,840 If what if you didn't have a data set that was on Kaggle This is just one way to get data into your 13 00:00:58,840 --> 00:01:01,740 Google Ecolab notebook from Google Drive. 14 00:01:02,170 --> 00:01:07,840 And if we come back over into our Google Drive we'll go back to dog vision have a look at the test folder 15 00:01:08,590 --> 00:01:14,580 we can see what some of the images look like but again we're not really worried about looking at them 16 00:01:14,580 --> 00:01:17,950 in Google Drive we're more worried about looking at them in Google lab. 17 00:01:18,150 --> 00:01:22,650 We've gone through the steps that we needed to in our setting up our project folders are getting our 18 00:01:22,650 --> 00:01:23,460 data ready. 19 00:01:23,460 --> 00:01:26,330 Let's see how we can interact with code. 20 00:01:26,460 --> 00:01:31,110 So now that our data's in our lab notebook let's finish setting it up and getting it ready for this 21 00:01:31,110 --> 00:01:31,550 project.