Spaces:
Running
Running
| <html> | |
| <head> | |
| <meta charset="utf-8" /> | |
| <meta name="viewport" content="width=device-width" /> | |
| <title>Video - ClosedToOpen</title> | |
| <link rel="stylesheet" href="style.css" /> | |
| </head> | |
| <body> | |
| <nav class="navbar"> | |
| <div class="nav-content"> | |
| <h1 class="nav-title">ClosedToOpen</h1> | |
| <p class="nav-subtitle">how to stop relying on proprietary APIs for AI and start living freely</p> | |
| </div> | |
| </nav> | |
| <main class="main-content"> | |
| <div class="breadcrumb"> | |
| <a href="index.html">β Back to Migration Guides</a> | |
| </div> | |
| <section class="topic-header"> | |
| <h1 class="topic-title">Video</h1> | |
| <p class="topic-description">Process and generate video content with open-source models instead of proprietary APIs</p> | |
| </section> | |
| <section class="recipes-section"> | |
| <h2 class="section-title">Recipes</h2> | |
| <div class="recipes-grid"> | |
| <div class="recipe-card"> | |
| <h3>Video Understanding β Video-LLaMA</h3> | |
| <p>Analyze video content using Video-LLaMA instead of proprietary video APIs</p> | |
| <div class="recipe-status">Coming Soon</div> | |
| </div> | |
| <div class="recipe-card"> | |
| <h3>Video Generation β Stable Video Diffusion</h3> | |
| <p>Generate videos using Stable Video Diffusion instead of proprietary services</p> | |
| <div class="recipe-status">Coming Soon</div> | |
| </div> | |
| <div class="recipe-card"> | |
| <h3>Video-to-Text</h3> | |
| <p>Extract text and captions from video content using open models</p> | |
| <div class="recipe-status">Coming Soon</div> | |
| </div> | |
| <div class="recipe-card"> | |
| <h3>Video Editing</h3> | |
| <p>Automated video editing and processing with open-source tools</p> | |
| <div class="recipe-status">Coming Soon</div> | |
| </div> | |
| </div> | |
| </section> | |
| </main> | |
| </body> | |
| </html> | |