ShizukuDrop/shizuku-translator

2026-05-16

Language: Python

Link: https://github.com/ShizukuDrop/shizuku-translator

shizuku-translator is a self-hosted pipeline for translating Japanese and Chinese manga or doujinshi into English — entirely on your own hardware. What makes this one stand out from the dozens of "ChatGPT-wrapper manga translators" is its target deployment: a Proxmox LXC container leveraging an AMD Radeon integrated GPU via llama.cpp's Vulkan backend. That's a refreshingly unusual stack in a world where everyone assumes CUDA.

The architecture pieces together several specialized components:

This is genuinely interesting because it solves a real problem (the existing manga translation tools are either cloud-dependent, paid services, or require beefy NVIDIA GPUs) using a creative hardware path. Vulkan inference on AMD iGPUs is still a frontier area, and seeing a working end-to-end application built on it is valuable as a reference implementation.

Who would benefit:

Even if you don't read manga, the LXC + Vulkan + llama.cpp deployment recipe is reusable for any local AI workload on AMD silicon.

Why check it out: A clever full-stack manga translation pipeline that proves AMD iGPUs are viable for serious local AI — a great reference for non-CUDA homelab inference.

All newsletters