gooofy / zamia-speech

Open tools and data for cloudless automatic speech recognition
GNU Lesser General Public License v3.0
443 stars 86 forks source link

How to use the wav2letter model #80

Open brunce opened 4 years ago

brunce commented 4 years ago

Hello,

I think zamia is the best available STT solution for german right now. It's a great help.

I'm trying to use the w2l model for german. Is there any example how to run zamia with the w2l model? If not: How can i use the model?

Regards

gooofy commented 4 years ago

there is no special support for wav2letter in our python modules at the moment. for now, you should be able to use the german model with the scripts provided by wav2letter for decoding:

https://github.com/facebookresearch/wav2letter/blob/master/docs/decoder.md