Skip to content

Commit 48176ce

Browse files
hprez21Copilot
andauthored
Update 03-CoreGenerativeAITechniques/07-ImageVideoGenerationNewModels.md
Co-authored-by: Copilot <[email protected]>
1 parent 801be9e commit 48176ce

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

03-CoreGenerativeAITechniques/07-ImageVideoGenerationNewModels.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,10 +243,19 @@ await client.DownloadVideoAsync(videoUri, outputPath);
243243
244244
#### Ready-to-Use SORA Applications
245245

246-
There are community-driven projects (not officially affiliated with Microsoft) that leverage the SORA APIs to generate videos simply by entering your own credentials for various AI model services.
246+
There are community-driven projects (not officially affiliated with Microsoft) that leverage the SORA APIs to generate videos. These projects require users to configure their own credentials and provide support for various AI model services.
247247

248-
One such project is [Viral Videos Demo](https://github.com/hprez21/ViralVideosDemo), a cross-platform application built with **.NET MAUI**, which allows you to create viral videos (or any other type of content) by editing prompts directly in the code or through a user-friendly graphical interface.
248+
One such project is [Viral Videos Demo](https://github.com/hprez21/ViralVideosDemo), a cross-platform application built with **.NET MAUI**, which allows you to create viral videos (or any other type of content) by editing prompts directly in the code or through a user-friendly graphical interface.
249249
250+
### Integration with SORA APIs
251+
252+
The Viral Videos Demo integrates with the SORA APIs to generate videos based on user-provided prompts. To use the application, you will need:
253+
254+
1. **Azure OpenAI API Key**: Obtain your API key from the [Azure OpenAI portal](https://learn.microsoft.com/azure/ai-services/openai/).
255+
2. **SORA API Endpoint**: Configure the endpoint URL for the SORA video generation service.
256+
3. **Credential Configuration**: Update the application's configuration file or environment variables with your API key and endpoint details.
257+
258+
For detailed setup instructions, refer to the [Viral Videos Demo repository](https://github.com/hprez21/ViralVideosDemo). The repository includes step-by-step guidance on configuring the application and using the SORA APIs effectively.
250259
<img width="376" height="762" alt="The video viewer page for videos generated by the SORA model" src="https://github.com/user-attachments/assets/e0e45a39-31e9-4509-b09e-b75b3e0f9fb5" />
251260

252261
Heres a [video](https://youtu.be/Rrc2rOrUa50) demonstrating how it works.

0 commit comments

Comments
 (0)