beeldengeluid / whisper-asr-worker

MIT License
2 stars 0 forks source link

113 model dl #116

Closed greenw0lf closed 1 month ago

greenw0lf commented 1 month ago

So, what I propose when it comes to determining the model used is the following:

Let me know if something is missing or isn't explained properly

jblom commented 1 month ago

@greenw0lf k will check this out.

jblom commented 1 month ago

@greenw0lf I refactored a bit the code here:

Won't mind merging this sooner, but the error handling would be good to add before that. Unit tests I leave up to you, but since the functions are now quite isolated they should be easy to test

jblom commented 1 month ago

@greenw0lf oh yeah, could you also extend the main function call with a way to just download the model? This way we can also reuse the same docker image to just download the model into a shared volume (and after that startup one or more whisper services)