page_type: example description: "A example app that can be used to demonstrate Azure AI Services." languages:
- python products:
- azure
- azure-ai
This is example app of FastAPI application for the Azure AI services. You will need to create a .env and fill in the necessary properties prior to local and azure deployment.
To try the application on your local machine:
pip install -r requirements.txt
uvicorn main:app --reload
azd up
azd deploy