daanzu / deepspeech-websocket-server

Server & client for DeepSpeech using WebSockets for real-time speech recognition in separate environments
Mozilla Public License 2.0
101 stars 32 forks source link

How to speed up performance? #15

Open asyrafzlkln96 opened 4 years ago

asyrafzlkln96 commented 4 years ago

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 mean during loading the model at the server.

Thanks for reply.

daanzu commented 4 years ago

If you just mean the startup time when first starting the server, I believe the latest version of DeepSpeech may have a faster startup time, but I haven't had a chance to try it out yet. It should be pretty easy to upgrade the python package and try it out. Feel free to let me know how it goes, and I could change the requirements file.