ccoreilly / vosk-browser

A speech recognition library running in the browser thanks to a WebAssembly build of Vosk
Apache License 2.0
364 stars 60 forks source link

Adding Malayalam model to demo website #20

Closed kavyamanohar closed 2 years ago

kavyamanohar commented 2 years ago

I have trained Malayalam ASR model for vosk and is available here. Can this be added to the demo website? Is there a way I can help?

ccoreilly commented 2 years ago

Hi Kavya! That would be awesome. You just need to add it to the gh-pages branch and open a PR pointing to it. Thanks!

Ciaran

kavyamanohar commented 2 years ago

Thanks. I have made a pull request here. It adds the compressed Malayalam model files in model directory.

ccoreilly commented 2 years ago

Thank you Kavya, I merged your pull request (I forgot to explain about some other things that needed updating and could not do it until now).

Can you test it? The model loads and something is written out, but I can't assess recognition quality.

I hope the attribution is correct, let me know if I should change anything.

kavyamanohar commented 2 years ago

@ccoreilly Thanks a lot for adding Malayalam model.

The recognition quality is as expected, considering the entire training was on read speech. Finally happy to see my model recognizing on the browser.

The attribution is right. Thanks.