Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Image/Manga Translator

install

git clone --depth=1 https://github.com/zyddnys/manga-image-translator
python -m venv venv
venv\Scripts\activate.bat
pip install torch torchvision --index-url https://download.pytorch.org/whl/cu121
pip install -r requirements.txt

usage

python -m manga_translator -v --mode web --use-gpu

optional

subl .env
# Change port
SAKURA_API_BASE=http://127.0.0.1:5000

manga-image-translator