Open MahdeenSky opened 2 weeks ago
Yes but I will use https://downsub.com/
welp I made a fork for it anyways, simple change, however, not quite sure how to do translation with this one.
I’ve already implemented that using model="facebook/nllb-200-distilled-600M".
Here’s the code look at the translate part:
https://github.com/NeuralFalconYT/F5-TTS-Demo/blob/main/f5_dubbing_embedded.ipynb
However, I want to simplify the Whisper subtitles because using nllb-200 requires more memory to run. Give me some time, and I’ll work on adding these features.
On Sat, 23 Nov 2024, 7:42 am MahdeenSky, @.***> wrote:
welp I made a fork for it anyways, simple change, however, not quite sure how to do translation with this one.
— Reply to this email directly, view it on GitHub https://github.com/NeuralFalconYT/Whisper-Turbo-Subtitle/issues/1#issuecomment-2495219883, or unsubscribe https://github.com/notifications/unsubscribe-auth/BJQ7I7NRLGKZJI6CW3YWKP32B7P73AVCNFSM6AAAAABRVJKSVWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIOJVGIYTSOBYGM . You are receiving this because you commented.Message ID: @.***>
Thank you for your implementation you provided. Can you make an implementation that uses "yt-dlp" module to download youtube video audios to use whisper on them, as an alternate option? Also does this translate to english if in a foreign language?