whisper-local-transcribe icon indicating copy to clipboard operation
whisper-local-transcribe copied to clipboard

Simple implementation of OpenAI's whisper model to transcribe audio files from your local folders.

Results 5 whisper-local-transcribe issues
Sort by recently updated
recently updated
newest added

this thing just works, salute to you. thank you

I I start out going through the normal way, and i immediately get a failure alert UserWarning: FP16 is not supported on CPU; using FP32 instead warnings.warn("FP16 is not supported...

I have used your project on my MacBook Pro 2019 with AMD Radeon Pro Graphics 5500. 40 frames on CPU vs 450 frames per second on my GPU. So I...

I used this project to generate subtitles for a video I was editing. I added a couple of features that helped streamline the whole process. 1. SRT File Generation -...

Just for Information. With this requiremets.txt could I run your project without the need for anaconda. ``` openai-whisper customtkinter colorama # modules needed for no anaconda installations. I'am using only...