Use Cases¶
Use cases answer a practical question: how OpenTalking can be used today. This section does not repeat model deployment details. Instead, each page ties together the business goal, recommended pipeline, configuration points, validation steps, and integration path.
If you are new to the project, finish the Quickstart first. If a case uses a real talking-head model, make sure the corresponding backend and weights are ready in Model Deployment.
Pick a Case¶
-
AI Customer Support
Start with the
mockpath for support conversations, TTS, captions, and WebRTC, then replace it with a real avatar backend. -
Product Demo and Live Sales
For e-commerce, showrooms, and guided demos: persona, product facts, long-form speaking, and operator interruption.
-
Private Deployment
Use OpenTalking as the orchestration layer for private LLMs, TTS, avatar backends, Redis, and an enterprise gateway.
Cases vs. Low-Level Guides¶
| Goal | Read |
|---|---|
| Understand what business scenarios are possible | This Use Cases section |
| Run the project for the first time | Quickstart |
| Deploy Wav2Lip, QuickTalk, or FlashTalk | Model Deployment |
| Call an API endpoint | API Interfaces |
| Add a new model backend | Model Adapter |
Template for New Cases¶
Use the same structure for future cases:
- Suitable scenarios.
- Expected result.
- Recommended pipeline.
- Prerequisites.
- Configuration and startup.
- WebUI or API operation.
- Validation.
- Troubleshooting.
- Next extensions.