GitHunt
NE

NewJerseyStyle/anime-translator

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

anime-translator

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

⚠️ Please consider to use voice-pro instead

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

Languages

Python100.0%

Contributors

MIT License
Created November 27, 2023
Updated November 12, 2025