Welcome! Content Understanding is an innovative solution designed to analyze and interpret diverse media types, including documents, images, audio, and video. It transforms this content into structured, organized, and searchable data. In this sample, we will demonstrate how to extract semantic information from you file, and send these information to Azure OpenAI to achive complex works.
- The samples in this repository default to the latest preview API version: (2024-12-01-preview).
File | Description |
---|---|
video_chapter_generation.ipynb | Extract semantic descriptions using content understanding API, and then leverage OpenAI to group into video chapters. |
You can run this repo virtually by using GitHub Codespaces, which will open a web-based VS Code in your browser.
-
Make sure the following tools are installed:
-
Make a new directory called
azure-ai-content-understanding-with-azure-openai-python
and clone this template into it using theazd
CLI:azd init -t azure-ai-content-understanding-with-azure-openai-python
You can also use git to clone the repository if you prefer.
- Make sure you have permission to grant roles under subscription
- Login Azure
azd auth login
- Setting up environment, following prompts to choose location
azd up
- Create Azure AI Services resource
- Go to
Access Control (IAM)
in resource, grant yourself roleCognitive Services User
- Create Azure OpenAI resource
- Deploy GPT model newer than
gpt-4o
- Go to
Access Control (IAM)
in resource, grant yourself roleCognitive Services OpenAI User
- Copy
notebooks/.env.sample
tonotebooks/.env
- Fill required information into .env from the resources you created
- Login Azure
az login
Navigate to the notebooks
directory and select the sample notebook you are interested in. Since Codespaces is pre-configured with the necessary environment, you can directly execute each step in the notebook.
Azure Content Understanding Basic Usecase
Azure Search with Content Understanding
-
Trademarks - This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow Microsoft's Trademark & Brand Guidelines. Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos is subject to those third-party’s policies.
-
Data Collection - The software may collect information about you and your use of the software and send it to Microsoft. Microsoft may use this information to provide services and improve our products and services. You may turn off the telemetry as described in the repository. There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing appropriate notices to users of your applications together with a copy of Microsoft’s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data collection and use in the help documentation and our privacy statement. Your use of the software operates as your consent to these practices.