Add voice customer-service example (Qwen/vLLM + switchable browser/Kokoro TTS)#1267
Open
kumare3 wants to merge 2 commits into
Open
Add voice customer-service example (Qwen/vLLM + switchable browser/Kokoro TTS)#1267kumare3 wants to merge 2 commits into
kumare3 wants to merge 2 commits into
Conversation
…ble TTS) examples/genai/voice_customer_service: a browser voice agent backed by Qwen2.5-3B on vLLM, with a runtime-switchable TTS engine (browser speechSynthesis vs. server-side Kokoro), barge-in, and live latency metrics. Includes an experimental, currently-blocked Qwen2.5-Omni (vllm-omni) combined LLM+TTS engine, documented in the README. Also adds examples/genai/nemotron_omni_voice (Nemotron-Omni serving + mic client). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Signed-off-by: Ketan Umare <kumare3@users.noreply.github.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Signed-off-by: Ketan Umare <kumare3@users.noreply.github.com>
ed904f3 to
cea2ddf
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
A browser voice customer-service agent on Flyte.
/api/chat.speechSynthesisvs. server-side Kokoro-82M (/api/tts) — with barge-in and an on-screen latency comparison.vllm-omni) — code-complete but its talker stage doesn't serve yet; documented in the README as a starting point.examples/genai/nemotron_omni_voice(Nemotron-Omni serving + Python mic client).🤖 Generated with Claude Code