codyw912/open-asr-server
OpenAI-compatible ASR server with pluggable local backends (Parakeet, Whisper, Lightning Whisper) and a simple CLI.
Provides hardware-specific installation bundles (MLX for Apple Silicon, CPU-only, CUDA/NeMo) with automatic Python version pinning and a diagnostic CLI (`doctor`, `backends`, `setup`) to resolve compatibility issues. Implements OpenAI API compatibility for drop-in client integration, with configurable model preloading, idle eviction, rate limiting, and multi-threaded transcription workers for production deployments.
Available on PyPI.
Stars
2
Forks
—
Language
Python
License
MIT
Category
Last pushed
Mar 16, 2026
Monthly downloads
913
Commits (30d)
0
Dependencies
6
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/voice-ai/codyw912/open-asr-server"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
shibing624/parrots
Automatic Speech Recognition(ASR), Text-To-Speech(TTS) engine. 中英语音识别、多角色语音合成,支持多语言,准确率高
MainRo/deepspeech-server
A testing server for a speech to text service based on coqui.ai
altunenes/parakeet-rs
very fast speech-to-text, diarization, streaming (even in CPU) with NVIDIA Parakeet in Rust
thewh1teagle/pyannote-rs
pyannote audio diarization in rust
Frikallo/parakeet.cpp
Ultra fast and portable Parakeet implementation for on-device inference in C++ using Axiom with...