martin-opensky / whisper-assistant-vscode

MIT License
13 stars 1 forks source link

Local speech to text #4

Open maxime1992 opened 3 months ago

maxime1992 commented 3 months ago

Hello, this looks really good but uploading voice data to the cloud is a big no for me at least.

I was thinking that maybe it'd be a good idea to offer the ability to use something like https://github.com/Vaibhavs10/insanely-fast-whisper so that it can remain 100% local :)

martin-opensky commented 3 months ago

Hey @maxime1992 All transcriptions happen on the local machine - no upload of voice data to the cloud occurs.

I think it would be a good idea to use Insanely Fast Whisper for performance reasons but I haven't had time to look into it. I don't think it would be too much to switch between Whisper and Insanely Fast Whisper - if you have the time and knowledge please feel free to make a PR :-)

Currently this plugin is using Whisper locally: https://github.com/openai/whisper

maxime1992 commented 3 months ago

Oh I see thanks, I never realised that openai actually open sourced anything :laughing:!

I saw openAI and just assumed it was running in the cloud. Thanks for the clarification. I'll definitely won't have time for this I'm afraid so feel free to discard the request as it's local already. Up to you really!