rolczynski / Automatic-Speech-Recognition

🎧 Automatic Speech Recognition: DeepSpeech & Seq2Seq (TensorFlow)
GNU Affero General Public License v3.0
222 stars 62 forks source link

Pretrained model available? #4

Closed DevZiegler closed 4 years ago

DevZiegler commented 5 years ago

Hi, first of all, thanks for the work and the project. Are there any pretrained models for your implementation? And if so, where can I find them? thx

rolczynski commented 5 years ago

Hey! Thank you. Unfortunately, the experiments still are in progress. I hope it will change soon. Rafal

AlexandraZajdel commented 5 years ago

Hello, Thanks a lot for a great piece of code. I guess that pretrained model still doesn't exist so do I have to train it by myself?

rolczynski commented 5 years ago

hey ! Thank you, unfortunately still no... we work on

AlexandraZajdel commented 5 years ago

@rolczynski Do you recommend any Polish (or even English) free dataset to train your model? (which doesn't require a lot of modification e.g. wave files up to 5 sec)

rolczynski commented 5 years ago

@AleksandraPestka I highly recommend https://github.com/danijel3/ClarinStudioKaldi, and you can contact with @danijel3. We will publish here the initial version of the Polish model at the beginning of September

tomekkorbak commented 5 years ago

@AleksandraPestka, we've just hosted an initial pre-trained model, see instructions here: https://github.com/rolczynski/DeepSpeech-Keras/tree/master/models

AlexandraZajdel commented 5 years ago

Could you guide me how to test this model with pre-trained weights and .wav files provided in test/data/audio, please? I've tried to follow the code in readme, but I've got stuck with the folders hierarchy. To be precise - which script should I run to test this model and from which folder? ( in order to avoid errors)

rolczynski commented 5 years ago

@AleksandraPestka, we can arrange the 1hour session and together we will explore how it works, but... one thing! Then you write README, right?

AlexandraZajdel commented 5 years ago

Are you asking me about updating README? As a nonauthor of this project I think I'm not supposed to do that... but if I can still help with anything, I will

AlexandraZajdel commented 5 years ago

Is it still possible to get help to test pre-trained model?