๐ŸŽ™๏ธ Streaming Speech-to-Speech

Record your voice โ†’ stop recording โ†’ hear the AI respond with streaming audio.

Pipeline: Moonshine Tiny (ASR) โ†’ Qwen2.5-0.5B (LLM, CPU) โ†’ Kokoro (TTS)

Based on 20 experiments optimizing from 1000ms โ†’ 225ms. Demo uses CPU LLM for reliability.


How it works: Record โ†’ Moonshine transcribes (CPU) โ†’ Qwen generates response (CPU) โ†’ Kokoro synthesizes streaming audio (CPU). LLM runs on CPU for ZeroGPU reliability.

View benchmarks & code