whatisgithub

What is dragonmeow-mangatranslator?

dragonmeow1012/dragonmeow-mangatranslator — explained in plain English

Analysis updated 2026-05-18

38PythonAudience · generalComplexity · 3/5Setup · easy

In one sentence

DragonMeow-MangaTranslator is a local tool that automatically detects, translates, and redraws manga speech bubbles using an AI service of your choice, with a Chrome extension for translating manga on websites.

Mindmap

mindmap
  root((MangaTranslator))
    What it does
      Detect speech bubbles
      OCR original text
      AI translation
      Inpaint and redraw
    Tech stack
      Python
      DBNet
      manga-ocr
      LaMa
    Use cases
      Batch translate chapters
      In browser translation
      Edit translated panels
    Audience
      Manga readers
      Localizers

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Automatically translate a folder or zip archive of manga chapters into another language.

USE CASE 2

Translate manga panels directly on websites using the Chrome extension without downloading images first.

USE CASE 3

Fine-tune translated text style, font size, color, and direction in the built-in editor before exporting.

What is it built with?

PythonDBNetmanga-ocrLaMaChrome Extension

How does it compare?

dragonmeow1012/dragonmeow-mangatranslatoradewale/skill-eval-harnessmishakorzik/proxychecker
Stars383838
LanguagePythonPythonPython
Last pushed2025-11-16
MaintenanceQuiet
Setup difficultyeasymoderateeasy
Complexity3/53/52/5
Audiencegeneraldeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · easy Time to first run · 30min

Needs an API key for one AI translation service, such as Gemini's free tier, a GPU speeds up local model steps.

No license terms are stated in the README.

So what is it?

DragonMeow-MangaTranslator is a tool that translates manga images from one language to another automatically, handling the full pipeline in one step. You drag a manga page, a folder of pages, or a zip archive of chapters into a browser tab running locally on your machine. The tool detects speech bubbles, reads the original text with OCR, sends it to an AI service for translation, erases the source text with an inpainting model, and renders the translated version inside the original bubble. The result looks like a native layout rather than a text overlay. The tool runs a small web server locally, launched from start.bat on Windows or start.sh on Mac. There is no cloud intermediary: your manga images stay on your machine. You connect one AI service of your choice for the translation step. The tool supports Gemini, ChatGPT, Claude, Grok, DeepSeek, Qwen, Kimi, Mistral, and others, plus custom API endpoints. Gemini is the recommended starting point because it has a free monthly allowance. After translation, an editor lets you fine-tune individual panels. You can change the translated text, font size, color, weight, letter spacing, and text direction (horizontal or vertical). Changes preview on the right side as you edit, and the finished images can be exported as a zip file. Version 1.3 added a Chrome browser extension that translates manga directly on websites, without downloading images first. The extension routes its requests through the local server you are already running, so the images never leave your machine. Speech bubble detection, text reading, and text erasing each use local AI models (DBNet, manga-ocr, and LaMa respectively). These run faster with an NVIDIA GPU on Windows or Apple Silicon on Mac. CPU-only mode works but is noticeably slower. The pre-packaged Windows zip bundles Python and most model weights, so there is no separate install step.

Copy-paste prompts

Prompt 1
How do I connect a free Gemini API key to DragonMeow-MangaTranslator for automatic manga translation?
Prompt 2
Explain how DragonMeow-MangaTranslator detects speech bubbles and erases original text before inserting a translation.
Prompt 3
Walk me through installing DragonMeow-MangaTranslator's Chrome extension to translate manga on any website.
Prompt 4
What GPU setup is recommended to run DragonMeow-MangaTranslator's OCR and inpainting models quickly?

Frequently asked questions

What is dragonmeow-mangatranslator?

DragonMeow-MangaTranslator is a local tool that automatically detects, translates, and redraws manga speech bubbles using an AI service of your choice, with a Chrome extension for translating manga on websites.

What language is dragonmeow-mangatranslator written in?

Mainly Python. The stack also includes Python, DBNet, manga-ocr.

What license does dragonmeow-mangatranslator use?

No license terms are stated in the README.

How hard is dragonmeow-mangatranslator to set up?

Setup difficulty is rated easy, with roughly 30min to a first successful run.

Who is dragonmeow-mangatranslator for?

Mainly general.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.