Skip to content
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

Open
d307473 opened this issue May 21, 2018 · 11 comments
Open

Is this project still alive? #13

d307473 opened this issue May 21, 2018 · 11 comments

Comments

@d307473
Copy link

d307473 commented May 21, 2018

cloudasr.com seems to be dead. Thanks

@ondrejklejch
Copy link
Contributor

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

@d307473
Copy link
Author

d307473 commented May 21, 2018

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

@oplatek
Copy link
Member

oplatek commented May 22, 2018

@choko
@schadom
We may be able to host it with a demo on our company website.

Can you tell me what is your use-case for it?

@d307473
Copy link
Author

d307473 commented May 29, 2018

Hi @oplatek, currently no concrete use-case besides playing around with different ASR technologies.

@dpny518
Copy link

dpny518 commented Oct 12, 2018

@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

@oplatek
Copy link
Member

oplatek commented Oct 12, 2018

@bamba518 it is actually @choko thesis, so let him respond.

Note: I used the code for production before.

@ondrejklejch
Copy link
Contributor

@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.

@dpny518
Copy link

dpny518 commented Oct 15, 2018

@choko does the size of cluster mean that each core can only handle 1 worker? so 1000 parallel request requires 1000 cores?

@ondrejklejch
Copy link
Contributor

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?

@dpny518
Copy link

dpny518 commented Oct 15, 2018

I was just going to us this model
http://goofy.zamia.org/zamia-speech/asr-models/kaldi-generic-en-tdnn_f-r20180901.tar.xz

My goal is to handle thousands of parallel connections using http streaming, do you have any recommendations ?

@ondrejklejch
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants