1 00:00:00,870 --> 00:00:02,130 - Finally in this video 2 00:00:02,130 --> 00:00:05,490 we're going to register for the Language Translator Service 3 00:00:05,490 --> 00:00:08,200 and you can see the URL for that service here. 4 00:00:08,200 --> 00:00:11,960 Same exact process as the two preceding videos 5 00:00:11,960 --> 00:00:15,440 so I'm going to jump back over to my web browser once again. 6 00:00:15,440 --> 00:00:18,690 Again from the main Watson services tab 7 00:00:18,690 --> 00:00:21,920 we can go ahead and locate the Language Translator 8 00:00:21,920 --> 00:00:23,480 and click this box. 9 00:00:23,480 --> 00:00:26,210 That's going to bring you to this webpage. 10 00:00:26,210 --> 00:00:28,850 This page will take a few moments to fill in 11 00:00:28,850 --> 00:00:31,630 and you'll go ahead and click the create button 12 00:00:31,630 --> 00:00:33,140 in the bottom right corner here 13 00:00:33,140 --> 00:00:35,360 to provision this service. 14 00:00:35,360 --> 00:00:37,560 And just like all the other services, 15 00:00:37,560 --> 00:00:39,270 if you scroll down on that page 16 00:00:39,270 --> 00:00:42,460 and sorry it went away quickly this time, 17 00:00:42,460 --> 00:00:44,340 but if you scroll down 18 00:00:44,340 --> 00:00:49,340 you'll see what the allowed limits are for the light tier. 19 00:00:49,370 --> 00:00:51,840 It'll also show you what the paid limits are 20 00:00:51,840 --> 00:00:53,870 and capabilities are as well 21 00:00:53,870 --> 00:00:57,533 but we're focused on using the light tier exclusively 22 00:00:57,533 --> 00:00:59,150 for this demo. 23 00:00:59,150 --> 00:01:01,590 So once again we'll click the manage button. 24 00:01:01,590 --> 00:01:03,810 This will bring up your credentials. 25 00:01:03,810 --> 00:01:07,630 You'll copy your API key and just as a reminder 26 00:01:07,630 --> 00:01:10,970 you're going to replace the translate key variables 27 00:01:10,970 --> 00:01:14,180 string contents with the copied API key 28 00:01:14,180 --> 00:01:16,670 and again that's in keys.py here 29 00:01:16,670 --> 00:01:19,513 in the ch13 examples folder.