rhasspy/wyoming-faster-whisper
Wyoming protocol server for faster whisper speech to text system
What it solves
它提供了一种使用 Wyoming protocol 运行 faster-whisper 语音转文字系统作为网络服务器的方法,允许其他应用程序(如 Home Assistant)发送音频并本地接收转录结果。
How it works
该项目实现了一个封装 faster-whisper 引擎的服务器。它可以通过 Docker 或本地 Python 安装来部署,并可以配置使用各种模型,包括来自 HuggingFace 的模型,将语音转换为文字。
Who it's for
想要将高性能、本地化的语音转文字功能集成到智能家居或其它支持 Wyoming protocol 的应用程序中用户。
Highlights
- 支持各种模型大小和类型,包括
tiny-int8和 HuggingFace 模型。 - 与 Home Assistant Add-on 生态系统兼容。
- 可以通过 Docker 部署,方便进行设置。
- 使用 Wyoming protocol 进行网络通信。