chidiwilliams / buzz

Buzz transcribes and translates audio offline on your personal computer. Powered by OpenAI's Whisper.
https://chidiwilliams.github.io/buzz
MIT License
11.81k stars 884 forks source link

Refactored model downloading #761

Closed raivisdejus closed 3 months ago

raivisdejus commented 3 months ago

tqdm class when used in huggingface hub downloads does not track progress of individual files, just file count. Refactored to monitor progress of tmp file while it is being downloaded.