AI-powered YouTube video dubbing pipeline. Automatically transcribes (Whisper), translates (Google), and generates neural dubbing (Edge-TTS) with smart audio-video synchronization and background music preservation.
A Python pipeline that takes a YouTube URL and spits out a dubbed/subtitled video. Feed it a link, pick a target language, and it handles the rest — downloading, transcribing, translating, synthesizing speech, and rendering the final video.
We built this because existing tools were either too manual, too expensive, or too locked-in. This one runs locally, stays free, and gives you full control over the output.
No description provided.
Key Highlights
- **OpenAI-compatible** syntax (`chat`, `images`, `audio`,...
- **Streaming support**
- **Attribute access** (`res.choices[0].message.content`)
Extract any website's entire Design System logos, colors, fonts, and spacing into ready-to-use css in a few seconds. One command to scrape them all.
Extract any website's entire Design System—logos, colors, fonts, and spacing—into actionable design tokens in a few seconds. One command to scrape them all.
Install
Requirements: Python 3.11+ and a sense of wonder.
Run globally:
```python pip install -r requirements.txt
playwright install chromium firefox
No description provided.
Key Highlights
- File and folder management
- Chunked uploads for large files
- ZIP upload and extraction
No description provided.