1 00:00:00,780 --> 00:00:02,470 - [Instructor] In this and the next several videos, 2 00:00:02,470 --> 00:00:04,640 we're going to present a case study 3 00:00:04,640 --> 00:00:08,100 for our traveler's companion translation app. 4 00:00:08,100 --> 00:00:11,830 So, suppose you're a traveler and you speak English 5 00:00:11,830 --> 00:00:14,390 and you're traveling to a Spanish-speaking country. 6 00:00:14,390 --> 00:00:16,780 Let's assume you don't speak Spanish 7 00:00:16,780 --> 00:00:19,040 and that you need to communicate with somebody 8 00:00:19,040 --> 00:00:21,130 who doesn't speak English. 9 00:00:21,130 --> 00:00:23,510 So of course there's tons of different apps out there 10 00:00:23,510 --> 00:00:26,340 nowadays that you can carry around on your cellphone 11 00:00:26,340 --> 00:00:28,690 that will help you with just that scenario. 12 00:00:28,690 --> 00:00:32,640 And what we wanted to do here was just use this scenario 13 00:00:32,640 --> 00:00:36,910 as a way to introduce working with various web services 14 00:00:36,910 --> 00:00:38,880 provided by IBM Watson 15 00:00:38,880 --> 00:00:41,620 and also to show you how easy it can be 16 00:00:41,620 --> 00:00:45,980 to implement an app using these powerful web services. 17 00:00:45,980 --> 00:00:49,200 So we're actually going to work with three Watson services 18 00:00:49,200 --> 00:00:51,350 as part of implementing this app 19 00:00:51,350 --> 00:00:54,850 and basically what the app will do is enable two people 20 00:00:54,850 --> 00:00:57,900 who speak English and Spanish respectively 21 00:00:57,900 --> 00:01:01,970 to communicate with each other in near real time, 22 00:01:01,970 --> 00:01:04,050 just some delays over the network 23 00:01:04,050 --> 00:01:07,540 as the English spoken language 24 00:01:07,540 --> 00:01:10,430 is taken from spoken language to text. 25 00:01:10,430 --> 00:01:13,080 Then from English text to Spanish text. 26 00:01:13,080 --> 00:01:16,180 Then from Spanish text into Spanish audio. 27 00:01:16,180 --> 00:01:18,380 And the audio gets played back. 28 00:01:18,380 --> 00:01:19,840 And then in reverse, 29 00:01:19,840 --> 00:01:22,560 we'll do the same thing to enable the Spanish speaker 30 00:01:22,560 --> 00:01:24,860 to respond perhaps to a question 31 00:01:24,860 --> 00:01:26,190 that you might be asking them 32 00:01:26,190 --> 00:01:28,610 like where is the nearest bathroom. 33 00:01:28,610 --> 00:01:31,350 So we're going to be combining those services together 34 00:01:31,350 --> 00:01:35,400 into what is commonly referred to as a mashup 35 00:01:35,400 --> 00:01:38,300 which is simply taking multiple web services 36 00:01:38,300 --> 00:01:41,793 and combining them to perform some greater task.