pranauv1 / AI-Video-Translation

A simple Google Colab notebook which can translate an original video into multiple languages along with lip sync.

Home Page:https://colab.research.google.com/drive/1Idf7RhIW5tEVM7g0syup7XUJqV89KjdU?usp=sharing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AI-Video-Translation

A simple Google Colab notebook which can translate an original video into multiple languages along with lip sync.

How it works?

1: Upload video
2: Extract audio and get text from the audio (OpenAI Whisper)
3: Translate the text (Google Translate)
4: Synthesize the translated text with the original voice. a.k.a Voice Cloning (coqui-ai TTS)
5: Lip sync the synthesized audio with the original video clip (OpenTalker video-retalking || Wav2Lip)

The links for the repos mentioned above are given in the notebook itself.

About

A simple Google Colab notebook which can translate an original video into multiple languages along with lip sync.

https://colab.research.google.com/drive/1Idf7RhIW5tEVM7g0syup7XUJqV89KjdU?usp=sharing


Languages

Language:Jupyter Notebook 100.0%