so I want to get DeepSpeech in German via Jaco-Assistant on my Rasperry Pi 4B, but I’m not quite sure how to download and use it. Should I just execute the Python-Program found at https://gitlab.com/Jaco-Assistant/Jaco-Master/-/blob/master/speech-to-text/download_model.py? Or is there another way of getting it, e.g. via the terminal?
And when I have got the new models, how do I use them? Or in another way: how does the deepspeech --model deepspeech-0.9.3-models.tflite --scorer deepspeech-0.9.3-models.scorer --audio audio/2830-3980-0043.wav command change?
Sorry, if there already is an answer somewhere, I couldn’t find it.
So I’m just going to get the model via curl -LO https://drive.google.com/file/d/1Chx2n4u8PXTBwxAmDGGem9PKcd8sBhbQ/view?usp=sharing and the scorer via curl -LO https://drive.google.com/file/d/1CMnImO3ucu3j0q63OqoBIyW-09dHUE4p/view?usp=sharing?
But when I’m trying to use it with deepspeech --model output_graph_de.tflite --scorer kenlm_de.scorer --audio audio/2830-3980-0043.wav I get an Error ERROR: Could not open 'output_graph_de.tflite'.
How can I solve this? / What did I do wrong?
Please use a search engine (e.g. Google) to find out how to download gdrive files directly. This has nothing to do with Jaco nor DeepSpeech and I remember that you have to use some trick, but don’t remember it.