--- title: AI Manga Translator emoji: 🈂️ colorFrom: gray colorTo: pink sdk: gradio sdk_version: 6.0.1 app_file: app.py pinned: false license: apache-2.0 short_description: Translate Manga Images --- # 📚 AI Manga Translator An intelligent tool designed to detect, recognize, and translate text in images, with specialized features for Manga and Comics. **Key Capabilities:** - 🖌️ **Smart Text Replacement**: Automatically detects text bubbles, wipes them clean, and overlays translated text. - 📖 **Manga-Optimized**: Handles vertical text and right-to-left reading order correctly. - 🌏 **Multi-Language Translation**: Translates detected text into your preferred language (Chinese, English, French, etc.). ## Technologies - **OCR Engine**: HunyuanOCR - **Translation**: ERNIE 4.5 (via API) - **Development**: Vibe coded with Gemini 3 Pro ## Setup To run this locally: 1. Install dependencies: `pip install -r requirements.txt` 2. Set up `.env` 3. Run `python app.py`.