Translate to german and other languages #2007
Unanswered
Hobbymaker-de
asked this question in
Q&A
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
in my case I tried:
`
options = whisper.DecodingOptions( task='transcribe', language="de")
result = whisper.decode(model, mel, options)
skripted_text = result.text
`
In the result, I got a translation to german (de). Works with files with spoken text in russian, turkish, french.
Thats normally not the way I used the code,....
I can't find anything in the documentation, if this is an translation feature.
Do you know anything? Any other examples that work thin way?
Beta Was this translation helpful? Give feedback.
All reactions