Const-me / Whisper

High-performance GPGPU inference of OpenAI's Whisper automatic speech recognition (ASR) model
Mozilla Public License 2.0
7.65k stars 664 forks source link

Some questions regarding the updates and model of the WhisperDesktop package? #199

Open jasonsu123 opened 5 months ago

jasonsu123 commented 5 months ago

Hello everyone, I am currently using WhisperDesktop and find it to be very good, especially as it can be run offline on a local machine.

However, I noticed that the latest update for this package was in July of last year. I'm wondering if there will be any further updates?

Additionally, regarding the models required for WhisperDesktop installation, the previous models page has disappeared.

Fortunately, someone provided resources from Huggingface. https://huggingface.co/ggerganov/whisper.cpp/tree/main

I would like to know which model from this URL would be the best choice? Which model can translate Chinese, English, and Japanese simultaneously? Thank you.