From 0bb5bca6583d43576d2327793a3aea4230a725bc Mon Sep 17 00:00:00 2001 From: calesthio Date: Mon, 30 Mar 2026 17:00:04 -0700 Subject: [PATCH] Update README pitch line with full pipeline capabilities --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 585a351a..89997f66 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ Open the project in your AI coding assistant and tell it what you want: "Make a 60-second animated explainer about how neural networks learn" ``` -That's it. The agent discovers your available tools, researches the topic, presents you with concept options and cost estimates, then produces the video stage by stage — asking for your approval at every creative decision. +That's it. The agent researches your topic with live web search, generates AI images, writes and narrates the script with voice direction, finds royalty-free background music automatically, burns in word-level subtitles, validates everything before rendering — then reviews its own output by extracting frames and transcribing audio to catch issues before you even see them. Every creative decision gets your approval. The entire pipeline runs for under a dollar. > **No `make`?** Run manually: `pip install -r requirements.txt && cd remotion-composer && npm install && cd .. && pip install piper-tts && cp .env.example .env` >