Discover and explore top open-source AI tools and projects—updated daily.
FujiwaraChokiAutomated YouTube Shorts generation
Top 4.0% on SourcePulse
<2-3 sentences summarising what the project addresses and solves, the target audience, and the benefit.> MoneyPrinter automates the creation of YouTube Shorts from a given video topic, targeting content creators and developers seeking to streamline short-form video production. It offers the benefit of generating scripts, metadata, and video content using local AI models and the MoviePy library, reducing reliance on external services.
How It Works
<2-4 sentences on core approach / design (key algorithms, models, data flow, or architectural choices) and why this approach is advantageous or novel.> The project employs an Ollama-first architecture, enabling script and metadata generation entirely via local AI models. Video assembly is handled by the MoviePy library. A robust, DB-backed generation queue, comprising a Dockerized API, worker, and Postgres database, ensures reliable and restart-safe processing of video creation tasks, enhancing workflow stability.
Quick Start & Requirements
ollama pull llama3.1:8b). ImageMagick is auto-detected from PATH, with manual configuration via .env if necessary. Docker is utilized for the Postgres queue.uv for playsound installation (uv pip install -U wheel, uv pip install -U playsound).docs/, featuring an Interactive Setup Script, Quickstart, Configuration, and Architecture guides.Highlighted Details
Maintenance & Community
Licensing & Compatibility
LICENSE file.Limitations & Caveats
<1-3 sentences on caveats: unsupported platforms, missing features, alpha status, known bugs, breaking changes, bus factor, deprecation, etc. Avoid vague non-statements and judgments.>
External contributions via Pull Requests are not accepted at this time. Users may need to manually install playsound if standard installation fails. The system's performance and capabilities are dependent on the user's local Ollama model setup and hardware resources.
1 week ago
Inactive