Skip to content

Latest commit

 

History

History

Demo2

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

M05 DEMO #2

  • LU Model building publishing and querying.

This code is provided for demo purposes only for course AI-102.

Requirements

  • Azure Subscription

Building LU Model.

  1. Login to Azure portal and find provisioned before cognitive multi-service.

  2. Login to LUIS web portal to build new Application as explained in tutorial

  3. Add Intents and entities. Use aliases to provide entities synonyms.

  4. Train and test model in LUIS interface.

  5. Publish the model to the Production slot.

  6. Grab AppID and Primary Key for future use.

    published

  7. Copy the link from the query example and paste in the new browser window. Add your query after query parameter and observe response from LUIS model.