savbell / whisper-writer

💬📝 A small dictation app using OpenAI's Whisper speech recognition model.
GNU General Public License v3.0
275 stars 45 forks source link

Whisper as local api #1

Closed pablodegrande closed 1 year ago

pablodegrande commented 1 year ago

Would it be possible to use local api instead of web api?

savbell commented 1 year ago

Great question! I just added the option to run a Whisper model locally instead of using the API in my most recent commit. It is fairly slow though (at least for me) so you may need to adjust some configuration options or the model being used. Hope this helps! 😊