seed repo scaffold
This commit is contained in:
commit
dfb55a4f3f
17
README.md
Normal file
17
README.md
Normal 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
|
||||||
Loading…
Reference in New Issue
Block a user