#165 · Primary category: Speech & Audio
willow-inference-server
Open source, local, and self-hosted highly optimized language inference server supporting ASR/STT, TTS, and LLM across WebRTC, REST, and WS
Project last updated:02/12/26
GitHub Stars
512
Forks
60
Contributors
9
License
Apache-2.0
Why we included this project
This server keeps speech recognition and synthesis on your own hardware, so audio never has to leave the building for a cloud API. It is built around Whisper models for near-real-time transcription and bundles text-to-speech for assistant-style replies, and it is tuned to run on modest CUDA cards such as the GTX 1060 as well as beefier ones. The WebRTC path is the interesting part: you can stream audio from a browser or device and leave the session open for days while keeping bandwidth low, which makes it a good fit for always-on home or office setups. You also get direct control over which Whisper models load and how much VRAM they use, so if you want low-latency, private ASR on hardware you already own, this is worth a close look.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
whisper.cpp
Port of OpenAI's Whisper model in C/C++
Real-Time-Voice-Cloning
Clone a voice in 5 seconds to generate arbitrary speech in real-time
VibeVoice
Open-Source Frontier Voice AI
voicebox
The open-source AI voice studio. Clone, dictate, create.
TTS
🐸💬 - a deep learning toolkit for Text-to-Speech, battle-tested in research and production