In this video, provision the Speaker Recognition API in Azure portal and update your project with the keys.
- [Instructor] With some basic theory…about speaker identification behind us,…now let's dive into code.…The project that I'm starting with is the same project…that we wrote earlier, at the end of chapter one.…In folder four, the end folder.…So grab that, unzip it in a folder and run NPM install.…For your convenience, I've also put…the same code in 4.01 under the start folder.…Okay, so once have done an NPM install,…you should have a project template that looks like this.…
Ready for debugging.…And just like most other cognitive services APIs,…before I can run speaker recognition API,…I need to register it in Azure.…So let's do that next.…Go to your Azure portal, click on the portal link up here.…It'll ask you to sign in.…I'm already signed in so it takes me directly there.…And click on this create resource link.…Now, let's search for speaker recognition API…and choose to create it.…
Once this form is presented to you, give it a name.…I'm going to call it my speaker recognition API.…Let's go ahead and put this in West US.…
Author
Released
4/10/2018- Using the Translate Text API
- Getting supported languages
- Writing code to translate between languages
- Performing text to speech
- Setting up speech to text
- Writing code for speaker identification
Skill Level Advanced
Duration
Views
Related Courses
-
Creating Bots with the Microsoft Bot Framework, Part 1
with Scott Peterson45m 41s Intermediate -
Learning Microsoft Cognitive Services for Developers
with Sahil Malik1h 42m Intermediate
-
Introduction
-
Welcome57s
-
What you should know1m 37s
-
-
1. The Basics
-
Introduction2m 56s
-
Set up a Node.js project4m 34s
-
-
2. Translation Text API
-
Set up a project1m 39s
-
Get language names5m 7s
-
Break apart longer sentences3m 23s
-
Get languages for Speak1m 53s
-
Performing Text-to-Speech3m 46s
-
-
3. Bing Speech API
-
Speech to Text5m 5s
-
Bing Speech Text-to-Speech3m 59s
-
4. Speaker Recognition API
-
Write business objects1m 41s
-
Enrolling the first user6m 3s
-
Enrolling the second user2m 14s
-
Identifying speakers4m 53s
-
Conclusion
-
Next steps1m 9s
-
- Mark as unwatched
- Mark all as unwatched
Are you sure you want to mark all the videos in this course as unwatched?
This will not affect your course history, your reports, or your certificates of completion for this course.
CancelTake notes with your new membership!
Type in the entry box, then click Enter to save your note.
1:30Press on any video thumbnail to jump immediately to the timecode shown.
Notes are saved with you account but can also be exported as plain text, MS Word, PDF, Google Doc, or Evernote.
Share this video
Embed this video
Video: Register speaker recognition API in Azure and update the project