mozilla / DeepSpeech

DeepSpeech is an open source embedded (offline, on-device) speech-to-text engine which can run in real time on devices ranging from a Raspberry Pi 4 to high power GPU servers.
Mozilla Public License 2.0
25.41k stars 3.98k forks source link

#2985 Added Progress bars to transcribe.py #3808

Open Shashank1202 opened 2 months ago

Shashank1202 commented 2 months ago

This pull request enhances the transcribe.py script by adding a progress bar to the transcribe_many function. The progress bar provides real-time feedback on the status of the transcription process for multiple files, improving user experience and monitoring.