deepspeech-websocket-server
deepspeech-websocket-server copied to clipboard
Server & client for DeepSpeech using WebSockets for real-time speech recognition in separate environments
Hi there @daanzu 👋 this websocket server is an excellent project... thank you for sharing it with the open source community 💚 I used it some back when I was...
deepspeech is running fine on my WSL. Trying to point the server to the right directory but it won't recognize. I tried different paths but still the same. Is there...
Hi, I would like to know, How to speed up the performance of websocket? Is there any parameter that we can tweak? Does deepspeech and deepspeech-gpu make a difference? I...
Add the option to assign a specific interface/IP address to the server encase you wish to have the audio processed on a separate server.
- add new API for posting wav files directly (towards #2, but not exact fix) - add capability to get enhanced metadata from analysis process - add comments and examples...
add device index to client script; easily select loop back devices - replace prior pull request #8 with cleaner branches
I would like to chain additional processing steps after the recognition has been completed. This allows the inclusion of other cool things to be executed on top of the speech...
I would like the server to be responsible for logging new audio files to disk instead of the client so that it can intercept incoming requests from both the file...
Hi, I'm getting the following error when i run the following command on anaconda prompt (Windows 10): `python server.py --model models/output_graph.pbmm --alphabet models/alphabet.txt --lm models/lm.binary --trie models/trie`  ...and on...
The sound detection and websocket streaming you've implemented is fantastic. However I'm interested in using the client in another Python application. Do you think we could look into cleaning it...