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

Running locally, is it supposed to download the models automatically? #4

Closed Elvis143BRA closed 1 year ago

Elvis143BRA commented 1 year ago

I couldn't find information on this anywhere.

savbell commented 1 year ago

Hi! Yes, the Whisper model will be installed locally when you run pip install -r requirements.txt. This will automatically install the Whisper Python package which contains the Whisper model the app uses.

Hope this helps! :)