-
Hey, the use case for the whisper model seems to only accept audio and video inputs, would it be possible to ingest foreign text files and directly translate them to English text? |
Beta Was this translation helpful? Give feedback.
Answered by
jongwook
Sep 23, 2022
Replies: 1 comment 1 reply
-
Not out of the box. A very roundabout way is to feed the text to a TTS engine and then translate it using Whisper, but it's probably better off using Google Translate or something. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
jongwook
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Not out of the box. A very roundabout way is to feed the text to a TTS engine and then translate it using Whisper, but it's probably better off using Google Translate or something.