Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add progress bar for transcribe loop #100

Merged
merged 5 commits into from
Sep 26, 2022
Merged

Conversation

fcakyon
Copy link
Contributor

@fcakyon fcakyon commented Sep 24, 2022

edit: you no longer have to accept this PR, just created a new package including this feature: https://github.com/fcakyon/pywhisper

This PR adds a simple tqdm progress bar to the while loop in transcribe function.

It shows the estimated time and current progress.

@fcakyon fcakyon changed the title add progress bar to transcribe loop add progress bar for transcribe loop Sep 24, 2022
@jongwook
Copy link
Collaborator

Good idea! It also provides means to show the transcription speed / ETA. To avoid mixing up the transcription output, I made an edit to enable the progress bar only when the verbose option is False. It's technically a breaking change but hopefully nobody minds.

@jongwook jongwook merged commit 9e7e418 into openai:main Sep 26, 2022
@fcakyon fcakyon deleted the progress-bar branch September 26, 2022 14:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants