commit dfb55a4f3fd958ba965937cd5e269a356962b00d Author: timmy Date: Wed Jul 8 19:27:06 2026 +0000 seed repo scaffold diff --git a/README.md b/README.md new file mode 100644 index 0000000..b19bfdb --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# live-wizard +24/7 live TikTok wizard. ponytail build: thin glue + best-in-class OSS + Dockerfiles. + +## run it +```bash +cp persona/voice-sample.wav persona/avatar.png .env # optional +docker compose up brain tts avatar-cpu router +``` + +## persona +Edit `persona/persona.yaml` to change the wizard character without changing code. + +## services +- `brain`: Ollama + model +- `tts`: Coqui XTTS / F5-TTS with cloned voice +- `avatar-cpu`: Wav2Lip on CPU for prototypes +- `router`: audio loop + RTMP + TikTok Live connector \ No newline at end of file