{"id":28645434,"url":"https://github.com/rhythrosalabs/multi-agent-viral-video-maker","last_synced_at":"2025-06-13T01:06:57.345Z","repository":{"id":296268651,"uuid":"992827735","full_name":"RhythrosaLabs/multi-agent-viral-video-maker","owner":"RhythrosaLabs","description":"create longform HD videos with music and voice.","archived":false,"fork":false,"pushed_at":"2025-06-05T21:46:51.000Z","size":85,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-05T22:28:31.718Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RhythrosaLabs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-05-29T19:22:06.000Z","updated_at":"2025-06-05T21:46:52.000Z","dependencies_parsed_at":"2025-05-29T20:48:03.054Z","dependency_job_id":null,"html_url":"https://github.com/RhythrosaLabs/multi-agent-viral-video-maker","commit_stats":null,"previous_names":["rhythrosalabs/multi-agent-viral-video-maker"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/RhythrosaLabs/multi-agent-viral-video-maker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RhythrosaLabs%2Fmulti-agent-viral-video-maker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RhythrosaLabs%2Fmulti-agent-viral-video-maker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RhythrosaLabs%2Fmulti-agent-viral-video-maker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RhythrosaLabs%2Fmulti-agent-viral-video-maker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RhythrosaLabs","download_url":"https://codeload.github.com/RhythrosaLabs/multi-agent-viral-video-maker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RhythrosaLabs%2Fmulti-agent-viral-video-maker/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259559677,"owners_count":22876501,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-06-13T01:06:56.672Z","updated_at":"2025-06-13T01:06:57.310Z","avatar_url":"https://github.com/RhythrosaLabs.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🎬 AI Multi-Agent Video Creator\n\nExplore the UI:\n\nhttps://viral-video-maker.streamlit.app\n\n\nA powerful and flexible web app built with **Streamlit**, **Replicate**, and **MoviePy** that enables you to generate short educational or cinematic videos automatically. Simply enter a topic, configure settings, and let AI agents handle everything from scriptwriting to video generation and narration.\n\n---\n\n## 🚀 Features\n\n- ✍️ **Script Generation** using Claude-4 Sonnet\n- 🎤 **Voiceover Narration** using Minimax Speech O2\n- 🎥 **Visual Scene Creation** using Luma Ray 2\n- 🎹 **Background Music** using Google Lyria\n- 🔊 **Optional Voiceover and Audio Mixing**\n- 🖼️ **Customizable Video Styles** (Documentary, Cinematic, Nature, etc.)\n- 📐 **Aspect Ratios:** 16:9, 9:16, 1:1, 4:3\n- 🎚️ **Video Lengths:** 10s, 15s, or 20s\n- 🕹️ **Camera Motions:** Randomized movements like zooms, pans, orbit, etc.\n- 📁 **Downloadable Scripts** and assets\n- 🧠 **Multi-Agent Pipeline:** Modular architecture for flexibility and future extensions\n\n---\n\n## 🛠️ Installation\n\n1. **Clone the repository**\n\n```bash\ngit clone https://github.com/yourusername/ai-multi-agent-video-creator.git\ncd ai-multi-agent-video-creator\n```\n\n2. **Install dependencies**\n\nIt is typically best practice to use a virtual environment:\n\n```bash\npython -m venv venv\nsource venv/bin/activate  # on Windows: venv\\Scripts\\activate\npip install -r requirements.txt\n```\n\n3. **Set up your Replicate API key**\n\nYou can get your API key from [replicate.com/account](https://replicate.com/account).\n\n---\n\n## 📄 Usage\n\nRun the app with:\n\n```bash\nstreamlit run app.py\n```\n\nThen:\n\n1. Enter your **Replicate API key**.\n2. Input a **video topic** (e.g., `\"Why the Earth rotates\"`).\n3. Customize:\n   - Voice\n   - Emotion\n   - Video style, aspect ratio, quality\n   - Duration and looping\n   - Camera motion\n4. Click **\"Generate Video\"**.\n\nThe app will:\n- Write a script using Claude-4 Sonnet\n- Generate scenes for each script segment\n- Add voiceover narration (optional)\n- Compose and add music\n- Concatenate video and audio into one final video\n- Let you download the full video and all individual elements (such as script, voiceover, music, etc.)\n\n\n\n---\n\n## 📁 File Structure\n\n```plaintext\napp.py                  # Main Streamlit app\nrequirements.txt        # Python dependencies\nREADME.md               # You're here!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frhythrosalabs%2Fmulti-agent-viral-video-maker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frhythrosalabs%2Fmulti-agent-viral-video-maker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frhythrosalabs%2Fmulti-agent-viral-video-maker/lists"}