Browse Source

Move MediaGen notebook to octoai folder (#601)

Suraj Subramanian 9 months ago
parent
commit
0d00616b34
2 changed files with 0 additions and 3 deletions
  1. 0 0
      recipes/3p_integrations/octoai/MediaGen.ipynb
  2. 0 3
      recipes/use_cases/README.md

recipes/use_cases/MediaGen.ipynb → recipes/3p_integrations/octoai/MediaGen.ipynb


+ 0 - 3
recipes/use_cases/README.md

@@ -18,6 +18,3 @@ A complete example of how to build a Llama 3 chatbot hosted on your browser that
 
 ## [Sales Bot](./customerservice_chatbots/ai_agent_chatbot/SalesBot.ipynb): Sales Bot with Llama3 - A Summarization and RAG Use Case
 An summarization + RAG use case built around the Amazon product review Kaggle dataset to build a helpful Music Store Sales Bot. The summarization and RAG are built on top of Llama models hosted on OctoAI, and the vector database is hosted on Weaviate Cloud Services.
-
-## [Media Generation](./MediaGen.ipynb): Building a Video Generation Pipeline with Llama3
-This step-by-step tutorial shows how to use leverage Llama 3 to drive the generation of animated videos using SDXL and SVD. More specifically it relies on JSON formatting to produce a scene-by-scene story board of a recipe video. The user provides the name of a dish, then Llama 3 describes a step by step guide to reproduce the said dish. This step by step guide is brought to life with models like SDXL and SVD.