nikdanilov / whisper-obsidian-plugin

Speech-to-text in Obsidian using OpenAI Whisper
MIT License
227 stars 31 forks source link

Can this be adjusted to use whisper.cpp for offline transcription? #50

Open clehene opened 9 months ago

clehene commented 9 months ago

I'm looking for something that works offline / local-only and whisper.cpp seems great for that. I can probably work out some basic piping to clipboard, but perhaps there's an easier way.

bhurlow commented 9 months ago

looks like even just assuming the host machine has the official whisper cli installed could work

AlanaRm-rf-me commented 9 months ago

I'll be trying to do this my self, I'll keep you posted.

I might end up making a local variety using a smaller/medium model of whisper, for us with beefier set ups.

(I work too much with pytorch, by the laws of python, I require an RTX 2070+ so I'll try to see what solutions I can come up with that come out just as clear quality, and submit a pull request if I do.)

fivestones commented 8 months ago

Did you ever get this to work? I'd love to have whisper.cpp (or some other version of whisper) running on my mac and be able to use it to transcribe notes made in Obsidian on my phone or on my computer.

ryanayoung commented 9 hours ago

asking for this as well. Much prefer to run something like this myself rather than passing any dictation into the ether.