-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #99 from shemers/main
Create avi-logicapps-aoai-classifyobjects.json
- Loading branch information
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"Title": "Azure Video Indexer - Classify objects in a video with GPT4o", | ||
"Summary": "A no-code sample for automating the classification of objects in a video using Azure Video Indexer and GPT4o", | ||
"Description": "In this LogicApp flow sample, you will learn how to add aditional details on the cars detected in an indexed video, the sample leverage Video Indexer's BYO capability and detected objects in additon to Azure OpenAI.", | ||
"Cover": "https://www.youtube.com/watch?v=yMqJufR9Rfs", | ||
"Authors": [ | ||
{ | ||
"Name": "Shemer Steinlauf", | ||
"Link": "https://www.linkedin.com/in/shemers" | ||
} | ||
], | ||
"Source": "https://github.com/Azure-Samples/azure-video-indexer-samples/tree/master/LogicApp-Samples", | ||
"Type": "sample_app", | ||
"Difficulty": "Medium", | ||
"ProgrammingLanguage": [ | ||
"JSON" | ||
], | ||
"Products": [ | ||
"Azure Video Indexer", | ||
"Azure Logic Apps", | ||
"Azure OpenAI" | ||
], | ||
"LastModified": "2024-07-02T20:00:00.000Z", | ||
"CreatedDate": "2024-07-02T20:00:00.000Z", | ||
"Topics": ["AI", "GPT4o", "VisionAI", "VideoIndexer", "LogicApps"] | ||
} |