mirror of
https://github.com/datascale-ai/opentalking.git
synced 2026-07-03 15:22:34 +08:00
Modular pipeline for text-driven talking avatars with WebRTC streaming: - FlashTalk / Wav2Lip / MuseTalk model adapters - LLM (OpenAI-compatible) → sentence split → Edge TTS → video generation - Interleaved A/V queue for lip-sync accuracy - Idle animation cache with crossfade and mouth stabilization - Unified server mode (API + worker in one process) - Immersive chat frontend (React + Tailwind + WebRTC) - Docker Compose configs for local, distributed, and Ascend 910B deployments
8 lines
129 B
YAML
8 lines
129 B
YAML
services:
|
|
flashtalk:
|
|
build:
|
|
context: ..
|
|
dockerfile: docker/Dockerfile.flashtalk
|
|
ports:
|
|
- "8765:8765"
|