Is there an easy to install offline voice input system using Whisper yet?
from black_flag@lemmy.dbzer0.com to linux@lemmy.ml on 21 Aug 12:52
https://lemmy.dbzer0.com/post/51592573
from black_flag@lemmy.dbzer0.com to linux@lemmy.ml on 21 Aug 12:52
https://lemmy.dbzer0.com/post/51592573
Like, I push a button or key combo and talk at my computer and it types what I talk.
If not, why?
I do not mind writing some code to get this working but my time is very limited right now.
threaded - newest
update:
github.com/mkiol/dsnote
flathub.org/apps/net.mkiol.SpeechNote
dsnote/speechnote (it’s the same thing) seems to be the best gui option. Check out the doc github.com/mkiol/dsnote?tab=readme-ov-file#insert…
old comment:
github.com/icholy/whisperd
my bad this uses the api, but I guess it can be easily modified to use a local whisper.cpp
some other links to check out:
github.com/fengwk/linux-stt-input
github.com/PhilippeRo/IBus-Speech-To-Text
github.com/Elleo/ibus-deepspeech
.
I’ve been following this project
github.com/epicenter-so/epicenter/…/whispering
They recently got a bunch of investment and hired some staff, and so they’re developing fairly quickly. I saw an update about local Whisper support the other day
Assuming it stays user friendly (currently open source - MIT), it might be a good option for you. Previously it was here:
github.com/braden-w/whispering
github.com/cjpais/Handy
I have this working, still need to make a pr for arch. btw
I would like this tech as well