seed repo scaffold

This commit is contained in:
timmy 2026-07-08 19:27:06 +00:00
commit dfb55a4f3f

17
README.md Normal file
View File

@ -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