Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Python 3.x quickstart for Personalizer

This sample asks for the time of day and your personalized food taste preference then returns the top personalized food choice. You can select if that top choice is what you would pick.

Run samples

  1. Install package with pypi:

    pip install azure-cognitiveservices-personalizer
    
  2. Add variables for Personalizer key and endpoint named personalizer_key and personalizer_endpoint.

  3. Run app with command:

    python sample.py