large module within python #1353
Unanswered
bradleyb127
asked this question in
Q&A
Replies: 1 comment
-
Duplicate of #1354 |
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.
-
Installed Whisper and everything works from the command line and within a python script.
However, when using the following command line command, I get much better results (as expected): whisper --model large ".\20230428.mp3"
There are words in the audio that are transcribed correctly this way.
However, I'm not having any luck using the large model from within a python script.
I have tried the following:
and:
import whisper
and:
import whisper
I'm able to get the file transcribed, but not with the accuracy as the cli results and it runs much faster so for those two reasons, I don't believe it's actually using the large (or large-v2) model.
Any suggestions would be appreciated as this has been a wall I can't figure out for about a week now.
And, thank you.
Brad
Beta Was this translation helpful? Give feedback.
All reactions