An AI system producing TikTok videos end-to-end: research → script → voiceover → render → auto-publish
A fully automated AI system that produces TikTok videos through a closed-loop pipeline. An AI agent (built on the Claude Agent SDK) researches the web itself (google_search + web_fetch), writes a Vietnamese voiceover script and picks real images from reputable sources; all model calls go through '9router' — an AI gateway/proxy that routes to multiple models (gemini-pro-agent, search-combo...). Then edge-TTS generates the voiceover, Remotion renders the video (images + voice + captions from templates), and Playwright auto-publishes to TikTok (solving captchas, managing cookies) with scheduling and hashtags. Everything is orchestrated with n8n and driven from an Electron desktop app; the backend runs on FastAPI.
Role: Author — designed the AI pipeline, 9router integration, Remotion rendering and TikTok auto-upload