All activity
AI-powered manga translator, written in Rust.
Koharu introduces a new workflow for manga translation, utilizing the power of AI to automate the process. It combines the capabilities of object detection, OCR, inpainting, and LLMs to create a seamless translation experience.
Under the hood, Koharu uses candle for high-performance inference, and uses Tauri for the GUI. All components are written in Rust, ensuring safety and speed.

KoharuAI-powered manga translator, written in Rust.
Mayo Takanashileft a comment
It's an offline manga translator that utilizes several computer vision models and LLMs. I learned Rust from scratch this year, and this is my first project using pure Rust. I spent a lot of time tweaking the performance based on CUDA and Metal (macOS M1, M2, etc.). This project was initially used ONNX for inference, but later re-implemented all models in candle to achieve better performance and...

KoharuAI-powered manga translator, written in Rust.
