-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is this project still alive? #13
Comments
Hi, I am sorry, the service www.cloudasr.com is down as we don't have any servers to host it. The code and models should work and we might release new models next year. Are you interested in the service or do you want to run it on your servers? Ondrej |
Hi Ondrej, thank you for the quick response. For now I just want to play around a bit in combination with my EchoPi and a small GPU cluster in the back :-) I just noticed that there are docker images available and scaling is fairly simple, which is really cool! I also like the idea of a public and freely available ASR webservice for non-commercial and educational use. Also I've just found the original website and documentation via https://web.archive.org/web/20160804174158/https://www.cloudasr.com/ . Would it make sense to host the website and documentation again? Maybe it could be hosted via https://pages.github.com/ Thanks |
Hi @oplatek, currently no concrete use-case besides playing around with different ASR technologies. |
@oplatek i read your thesis, and this was able to get 1000 parallel request? Do you know the most recent updated version, I want to try and put it up and see if I can use it for real time production use |
@bamba518 it is actually @choko thesis, so let him respond. Note: I used the code for production before. |
@bamba518 In the thesis we used 1000 fake ASR engines, because we didn't have big enough cluster to run 1000 real ASR engines. In theory, the only limit for the number of parallel requests is a size of your cluster, because one worker can handle only one request. |
@choko does the size of cluster mean that each core can only handle 1 worker? so 1000 parallel request requires 1000 cores? |
Yes, I think this is a good rough estimate - it all depends on your ASR model. Do you have a good ASR model? Is it for closed or open domain? |
I was just going to us this model My goal is to handle thousands of parallel connections using http streaming, do you have any recommendations ? |
I am not familiar with this model, but TDNN-F models should be a good choice. Make sure to rebuild the docker images, because nnet3 models are not supported in the docker images available from the docker hub. |
cloudasr.com seems to be dead. Thanks
The text was updated successfully, but these errors were encountered: