koharu 0.4.0

Manga translation tools
Documentation

Koharu

Automated manga translation tool with LLM, written in Rust.

Koharu introduces a new workflow for manga translation, utilizing the power of LLMs to automate the process. It combines the capabilities of object detection, OCR, inpainting, and LLMs to create a seamless translation experience.

[!NOTE] For help and support, please join our Discord server.

CUDA

Koharu is built with CUDA support, allowing it to leverage the power of NVIDIA GPUs for faster processing.

Koharu bundles CUDA toolkit 12 and cuDNN 9, so you don't need to install them separately. Just make sure you have the appropriate NVIDIA drivers installed on your system.

Installation

You can download the latest release of Koharu from the releases page.

Development

Prerequisites

  • Rust (1.85 or later)
  • Python (3.12 or later) (optional)

Run

cargo run --bin koharu

CUDA feature

cargo run --bin koharu --features cuda

Models

Koharu uses several pre-trained models for different tasks:

License

Koharu is licensed under the GNU General Public License v3.0.