Skip to content

Commit d6e674a

Browse files
authored
Merge pull request #221 from hprez21/main
Update 07-ImageVideoGenerationNewModels.md
2 parents 96771c4 + 48176ce commit d6e674a

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

03-CoreGenerativeAITechniques/07-ImageVideoGenerationNewModels.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,25 @@ await client.DownloadVideoAsync(videoUri, outputPath);
241241

242242
> 🙋 **Need help?**: If you encounter any issues running these examples, [open an issue in the repository](https://github.com/microsoft/Generative-AI-for-beginners-dotnet/issues/new?template=Blank+issue) and we'll help you troubleshoot.
243243
244+
#### Ready-to-Use SORA Applications
245+
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.
247+
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.
249+
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.
259+
<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" />
260+
261+
Heres a [video](https://youtu.be/Rrc2rOrUa50) demonstrating how it works.
262+
244263
## Key Differences and Capabilities
245264

246265
### gpt-image-1 vs Previous Models
@@ -284,4 +303,4 @@ These new models represent significant advances in AI-generated visual content,
284303

285304
You've learned how to use the latest Azure OpenAI models for image and video generation in your .NET applications. These capabilities open up new possibilities for creating dynamic, engaging visual content in your applications.
286305

287-
👉 [Return to the main lesson overview](./readme.md) to explore more generative AI techniques.
306+
👉 [Return to the main lesson overview](./readme.md) to explore more generative AI techniques.

0 commit comments

Comments
 (0)