https://github.com/alphacep/vosk-server
WebSocket, gRPC and WebRTC speech recognition server based on Vosk and Kaldi libraries
https://github.com/alphacep/vosk-server
asr grpc kaldi python saas speech-recognition vosk webrtc websocket
Last synced: 5 months ago
JSON representation
WebSocket, gRPC and WebRTC speech recognition server based on Vosk and Kaldi libraries
- Host: GitHub
- URL: https://github.com/alphacep/vosk-server
- Owner: alphacep
- License: apache-2.0
- Created: 2019-05-07T17:24:55.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-07-05T08:22:05.000Z (10 months ago)
- Last Synced: 2024-08-08T23:21:34.665Z (9 months ago)
- Topics: asr, grpc, kaldi, python, saas, speech-recognition, vosk, webrtc, websocket
- Language: Python
- Homepage:
- Size: 1.17 MB
- Stars: 875
- Watchers: 50
- Forks: 241
- Open Issues: 82
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
## About
This is a server for highly accurate offline speech recognition using
Kaldi and [Vosk-API](https://github.com/alphacep/vosk-api).There are four different servers which support four major communication
protocols - MQTT, GRPC, WebRTC and WebsocketThe server can be used locally to provide the speech recognition to smart
home, PBX like freeswitch or asterisk. The server can also run as a
backend for streaming speech recognition on the web, it can power
chatbots, websites and telephony.## Documentation
For documentation and instructions see [Vosk Website](https://alphacephei.com/vosk/server)