Skip to content

NewJerseyStyle/anime-translator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

anime-translator

Applying deep learning to translate animation and re-generate audio.

Supported output languages:

Chinese (Mandarin) Japanese English
YouTube Demo
Click to view Demo video (Japanese to Chinese) on YouTube

Usage

Input video and translate it to Chinese (Mandarin):

python3 convert.py ~/Desktop/test.mp4 --target_language Chinese

Input video, subtitle file (*.srt) and translate it to Chinese (Mandarin):

python3 convert.py ~/Desktop/test.mp4 --srt ~/Desktop/test.srt --target_language Chinese

⚠️ Parsing SRT file is on Todo list. This feature is not available.

Get started

git clone https://github.com/NewJerseyStyle/anime-translator.git
cd anime-translator
pip install -r requirements.txt
python3 convert.py ~/Desktop/test.mp4

Credits

Credits to powerful tools made this repo possible:

Known issues

  • it tries to sing during OP/ED

Releases

No releases published

Packages

No packages published