jhj0517 / Whisper-WebUI

A Web UI for easy subtitle using whisper model.
Apache License 2.0
1.09k stars 166 forks source link

Add Whisper implementation - whisper-plus, please #239

Open PgvCMCz518 opened 1 month ago

PgvCMCz518 commented 1 month ago

https://github.com/kadirnar/whisper-plus seems great, thanks.

jhj0517 commented 1 month ago

Hi @PgvCMCz518, Thanks for bringing this up. Compared to insanely-fast-whisper, it seems like it uses quantization techs called HQQ and BNB.

I don't know how it's better than other implementations in terms of performance, But I'll run some benchmarks and would integrate it after confirming it's better at something when I have time.