Dadangdut33 / Speech-Translate

A realtime speech transcription and translation application using Whisper OpenAI and free translation API. Interface made using Tkinter. Code written fully in Python.
MIT License
423 stars 55 forks source link

Making Medium Whisper ASR a bit faster #76

Open Farooq87 opened 3 months ago

Farooq87 commented 3 months ago

... Good day. Medium model gives the most appropriate results on my low-end machine in terms of accurancy, but time it takes too slow. It takes more than 3 minutes to wait for me. I have CPU Only version of app. (My CPU is i3-50005u, 2ghz) Is there a way to speed Medium model up a little bit in settings? Maybe change beam size, transcribe rate, buffer? Please help to configure