▲ | voxadam a day ago | ||||||||||||||||||||||
Am I correct in understanding that Whisper is a speech recognition AI model originally created by OpenAI? https://en.wikipedia.org/wiki/Whisper_(speech_recognition_sy... | |||||||||||||||||||||||
▲ | Maxious a day ago | parent | next [-] | ||||||||||||||||||||||
yep, there's a c++ implementation to run it https://github.com/ggml-org/whisper.cpp | |||||||||||||||||||||||
| |||||||||||||||||||||||
▲ | johnisgood a day ago | parent | prev | next [-] | ||||||||||||||||||||||
Yes. From the documentation: > It runs automatic speech recognition using the OpenAI's Whisper model. | |||||||||||||||||||||||
| |||||||||||||||||||||||
▲ | acidburnNSA a day ago | parent | prev | next [-] | ||||||||||||||||||||||
Yes, according to the comments in the patch, you are correct. | |||||||||||||||||||||||
▲ | a day ago | parent | prev | next [-] | ||||||||||||||||||||||
[deleted] | |||||||||||||||||||||||
▲ | cess11 a day ago | parent | prev | next [-] | ||||||||||||||||||||||
Kind of, it's a family of audio transcription models. | |||||||||||||||||||||||
▲ | AlienRobot a day ago | parent | prev | next [-] | ||||||||||||||||||||||
I think so, if I remember correctly PotPlayer also supports it for automatic subtitling. | |||||||||||||||||||||||
▲ | kwar13 a day ago | parent | prev [-] | ||||||||||||||||||||||
yes. |