Replies: 2 comments 4 replies
-
|
Does the file have a long silence in the beginning? Whisper often struggles with silent parts, and trimming those might help. Otherwise, can you try in the command line, or using different models, like |
Beta Was this translation helpful? Give feedback.
4 replies
-
|
I have a video that explains how to use whisper it may help. i install on windows from scratch and run it |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi guys, I am trying to use Whisper for transcribing an interview (circa 30min long) but I only get the first 10 seconds of it - not even the first 30 as stated in the README file. I would much appreciate your assistance on figuring what I am doing wrong. Here is my 2-line code:
model = whisper.load_model('base')
result = model.transcribe('/Interview-Claude-Nobs.wav')
Much appreciate your help and assistance!
Beta Was this translation helpful? Give feedback.
All reactions