https://futureofcoding.org/ logo
g

guitarvydas

07/06/2023, 9:42 AM
I’m looking for a link/conversation again. A while back a member posted a link to code for converting speech to text (free). Does anyone have a pointer to it? Or, suggestions on how to best search for it?
t

Tak Tran

07/06/2023, 9:46 AM
was it OpenAI’s Whisper? https://github.com/openai/whisper
j

Jimmy Miller

07/06/2023, 3:30 PM
There is a very easy to work with implementation of whisper called whisper.cpp. Had no trouble installing it personally. https://github.com/ggerganov/whisper.cpp
2 Views