You will have 5 labs:
Title | Deadline | |
---|---|---|
1 | Lab I. Dialogue | TBA |
2 | Lab II. Basic dialogue management | TBA |
3 | Lab III. Speech synthesis | TBA |
4 | Lab IV. NLU | TBA |
5 | Lab V. Advanced dialogue management | TBA |
- Apply for free student credits https://azure.microsoft.com/en-us/free/students/. You should be able to login with your GU account.
- Make sure that you are logged into the Azure portal (https://portal.azure.com/).
- Create a Resource group (you can use search field):
- Subscription: Azure for students
- Resource group: any name
- Region: (Europe) North Europe
- Create a Speech service:
- Name: any name
- Subscription: Azure for students
- Location: (Europe) North Europe
- Pricing tier: Free (F0)
- Resource group: group name from the previous step
- Within your Speech Service go to: Resourse management → Keys and Endpoint and copy your KEY 1.
Modify the file static/index.html
with desired Azure Key and app languages.
<div id="speechstate" data-azure-key="<your azure key>" data-tts-voice="en-US" data-asr-language="en-US" ></div>
with the command:
yarn start
with the command:
yarn deploy