Skip to content

Latest commit

 

History

History
57 lines (39 loc) · 1.99 KB

File metadata and controls

57 lines (39 loc) · 1.99 KB

RunAnywhere Voice Pipeline

Ultra-low latency voice AI conversations in your browser - ~50% faster than ElevenLabs.

RunAnywhere Voice Pipeline

About RunAnywhere

RunAnywhere is building the future of local AI inference, making powerful AI models run efficiently on any device. This voice pipeline demonstrates our commitment to high-performance, privacy-preserving AI that runs directly in your browser.

Check out our SDKs and tools for more ways to run AI locally.

What We Built

A complete end-to-end voice AI pipeline with ultra-fast response times:

  • Moonshine STTOpenAI LLMKokoro TTS
  • Fully local speech recognition and synthesis
  • ~50% faster than ElevenLabs cloud pipeline
  • Side-by-side comparison mode for benchmarking
  • Comprehensive performance metrics at every stage

Key Features

  • Ultra-low latency conversational AI
  • WebGPU/WebAssembly acceleration
  • Voice Activity Detection with echo prevention
  • 16 voice options (Kokoro) or native browser TTS
  • Progressive Web App (works offline)

Credits

Built on top of amazing open source projects:

For technical details, see Voice Pipeline Architecture.

Running locally

  1. Clone the repo and install dependencies:

    git clone https://github.com/PierreMesure/whisper-web.git
    cd whisper-web
    npm install
  2. Run the development server:

    npm run dev
  3. Open the link (e.g., http://localhost:5173/) in your browser.