Image translator for manga/images, supporting multiple languages
Top 6.4% on sourcepulse
This project provides an automated solution for translating text within images, primarily targeting manga. It supports Japanese, Chinese, English, and Korean, offering features like inpainting, text rendering, and colorization, making it valuable for manga scanlators and enthusiasts.
How It Works
The system employs a pipeline approach, first detecting text regions using various OCR models (e.g., ctd
, craft
). It then extracts the text, translates it using a selection of online or offline translation services (including DeepL, Google, Sugoi, and M2M100), and finally renders the translated text back onto the image, often with inpainting to cover original text. Advanced options allow for upscaling, font customization, and glossary integration for improved translation accuracy.
Quick Start & Requirements
pip install -r requirements.txt
(Python >= 3.10 recommended).--gpus=all
).Highlighted Details
lama_large
) to seamlessly cover original text.Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
1 week ago
Inactive