youjin-c / AzureTutorial

Azure tutorial for ITP FlyBy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prerequisite

Access 'Mixed Reality' settings on Windows 10

  1. Use the Windows key + R keyboard shortcut to open the Run command.
  2. Type regedit, and click OK to open the Registry.
  3. Browse the following path:
    HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Holographic
    MRsetting0 You will see the key FirstRunSucceeded, right click on it.
  4. Change the value data from 0 to 1.
    MRsetting1 Quick Tip: If you want to remove the "Mixed Reality" section from the Settings app, you can leave the FirstRunSucceeded key with the default value of 0.
    Click OK. You can see 'Mixed reality' in Windows Settings. MRsetting2
  5. Turn on the option “When I wear my headset, switch to headset mic” in the Mixed Reality Portal settings.
  6. Check the box under Speech, "Use speech reognition in Windows Mixed Reality. Speech recognition will always listen when mixed reality is running. mrsetting
  7. To allow your machine to enable Dictation, go to Windows Settings > Privacy > Speech, Inking & Typing and press on the button Turn On speech services and typing suggestions. speechSetting

Enable Developer Mode

DevOp

#Azure & LUIS portal CreateResource CreateResource Choose a Resource Group or create a new one.
A resource group provides a way to monitor, control access, provision and manage billing for a collection of Azure assets.
It is recommended to keep all the Azure services associated with a single project under a common resource group.
Sign in Luis.ai with the same credential with MS Azure.

Continued Tutorial on MS website

  • Intent, represents the method that will be called following a query from the user.
  • An INTENT may have one or more ENTITIES.
  • Entity, is a component of the query that describes information relevant to the INTENT.
  • Utterances, are examples of queries provided by the developer, that LUIS will use to train itself.

About

Azure tutorial for ITP FlyBy


Languages

Language:C# 100.0%