1 00:00:00,980 --> 00:00:03,210 - Before you can work with IBM Watson 2 00:00:03,210 --> 00:00:06,270 and the many other IBM Cloud services 3 00:00:06,270 --> 00:00:07,710 that are available to you, 4 00:00:07,710 --> 00:00:11,260 you will need to register for an account. 5 00:00:11,260 --> 00:00:13,850 And one of the things that's nice about IBM 6 00:00:13,850 --> 00:00:15,980 is that you can sign up for free 7 00:00:15,980 --> 00:00:17,770 to use most of the services. 8 00:00:17,770 --> 00:00:19,940 And no credit card is required, 9 00:00:19,940 --> 00:00:23,930 which makes it particularly nice as well for students 10 00:00:23,930 --> 00:00:27,780 to use this service to learn various Watson capabilities, 11 00:00:27,780 --> 00:00:32,620 but also various AI capabilities in general as well. 12 00:00:32,620 --> 00:00:34,740 Now one of the things that you'll find 13 00:00:34,740 --> 00:00:37,190 in the online documentation for each service, 14 00:00:37,190 --> 00:00:39,710 and we'll start to see this in subsequent videos, 15 00:00:39,710 --> 00:00:41,520 is that they list for each service 16 00:00:41,520 --> 00:00:44,180 what the tiered offerings are. 17 00:00:44,180 --> 00:00:47,870 The free lite tier that's available for most, 18 00:00:47,870 --> 00:00:49,810 but not all of the services, 19 00:00:49,810 --> 00:00:51,250 does limit your use. 20 00:00:51,250 --> 00:00:54,401 But in our experience provides enough access 21 00:00:54,401 --> 00:00:57,580 to enable you to learn how to use Watson, 22 00:00:57,580 --> 00:00:59,360 and start to develop your apps. 23 00:00:59,360 --> 00:01:04,360 And the paid tiers are available if you decide 24 00:01:04,590 --> 00:01:08,760 to go further and use it for commercial applications. 25 00:01:08,760 --> 00:01:12,610 So to sign up for your free IBM Cloud account, 26 00:01:12,610 --> 00:01:15,210 you are going to want to go to this URL, 27 00:01:15,210 --> 00:01:18,430 cloud.ibm.com/registration. 28 00:01:18,430 --> 00:01:21,770 You'll want to complete the form that they provide there. 29 00:01:21,770 --> 00:01:22,920 And once you do that, 30 00:01:22,920 --> 00:01:25,830 you will receive an e-mail in your inbox 31 00:01:25,830 --> 00:01:28,640 with instructions on confirming your account. 32 00:01:28,640 --> 00:01:32,185 So you do want to make sure you go through that process 33 00:01:32,185 --> 00:01:34,427 before continuing with this lesson, 34 00:01:34,427 --> 00:01:37,677 if in fact you plan to sign up to use 35 00:01:37,677 --> 00:01:40,620 the various Watson services that we'll use 36 00:01:40,620 --> 00:01:44,900 in our language translator app later on in this lesson. 37 00:01:44,900 --> 00:01:46,890 Now separately, 38 00:01:46,890 --> 00:01:48,580 once you've registered, 39 00:01:48,580 --> 00:01:52,040 you'll be able to go to the Watson Dashboard. 40 00:01:52,040 --> 00:01:56,156 And from there you're going to have your launch point 41 00:01:56,156 --> 00:01:58,890 where I'll show you later on in this lesson 42 00:01:58,890 --> 00:02:01,620 how to register for several of the services 43 00:02:01,620 --> 00:02:02,950 that we're going to use, 44 00:02:02,950 --> 00:02:05,480 get the credentials for those services 45 00:02:05,480 --> 00:02:06,830 and, as you'll see, 46 00:02:06,830 --> 00:02:08,470 we'll store those credentials 47 00:02:08,470 --> 00:02:11,960 in a source code file called keys.py 48 00:02:11,960 --> 00:02:15,020 in the folder for this lesson's examples. 49 00:02:15,020 --> 00:02:17,660 And from there we'll load up those credentials 50 00:02:17,660 --> 00:02:22,660 as we begin working with the various IBM web services. 51 00:02:22,920 --> 00:02:25,090 Now I just want to take a moment to show you 52 00:02:25,090 --> 00:02:27,560 this developer dashboard. 53 00:02:27,560 --> 00:02:30,470 So this is the Watson Dashboard, 54 00:02:30,470 --> 00:02:32,170 and from here, 55 00:02:32,170 --> 00:02:34,240 and in the next several videos in particular, 56 00:02:34,240 --> 00:02:37,410 we're going to be browsing through some of these services. 57 00:02:37,410 --> 00:02:40,440 You also have access to the existing services 58 00:02:40,440 --> 00:02:42,150 that you've registered for. 59 00:02:42,150 --> 00:02:43,350 So I'm going to open that 60 00:02:43,350 --> 00:02:45,920 in a separate tab here just to demonstrate. 61 00:02:45,920 --> 00:02:47,540 And as you can see here, 62 00:02:47,540 --> 00:02:50,380 I have three services that I've signed up for. 63 00:02:50,380 --> 00:02:52,620 And later on in this lesson, 64 00:02:52,620 --> 00:02:55,210 you will sign up for these same three. 65 00:02:55,210 --> 00:02:56,850 And I'm actually going to delete these 66 00:02:56,850 --> 00:02:58,450 before I show you how to do that 67 00:02:58,450 --> 00:03:01,830 so that you see the process from scratch. 68 00:03:01,830 --> 00:03:05,090 But all of this requires you to be logged in 69 00:03:05,090 --> 00:03:08,000 to the IBM Cloud in the first place, 70 00:03:08,000 --> 00:03:11,170 otherwise you can't access registering for a service 71 00:03:11,170 --> 00:03:13,910 and getting the credentials that you'll need. 72 00:03:13,910 --> 00:03:17,570 Separately, in this same web page here, 73 00:03:17,570 --> 00:03:20,250 you'll notice that there's a lot of developer resources, 74 00:03:20,250 --> 00:03:23,290 including the documentation that you'll use 75 00:03:23,290 --> 00:03:25,620 if you want to learn more about the services 76 00:03:25,620 --> 00:03:28,223 beyond what we show you in this lesson.