AlKhrulev / Manga-Translator-With-Deep-Learning

DL project to find text on speech balloons and translate then.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Manga-Translator-With-Deep-Learning

Created by Walter Betini and Victor Guedes

This is a project in development for manga translation (Japanese comics) from English to Portuguese using Deep Learning concepts. For this, it was necessary to create an object detector, character extractor and the translator.

Follow the link of the codes used:

TODOs

Requirements

Install Anaconda environment before throwing everything straight into your computer. Do not forget to install Tesseract OCR before installing Python Tesseract (They have better documentation on how to do this).

pip install tensorflow-gpu
pip install keras
pip install scipy
pip install matplotlib
pip install opencv-python
pip install pytesseract

Datasets

The dataset of the manga we do not know if we can make it available, however it has been developed manually with the tool LabelImg. Below is the datasets used in the translator:

How to use

Put your images in the "test" folder and the result will appear in the "translated" folder. With the environment set up, run the following command.

python Manga-Translator.py

License

Do whatever you want, enjoy. If you want to contribute to this project, do a pull request.

About

DL project to find text on speech balloons and translate then.


Languages

Language:Python 82.6%Language:Jupyter Notebook 17.1%Language:Dockerfile 0.1%Language:Shell 0.1%