maeriil / Aoriil

Image translator designed for manga but can be extended to any websites in general.
MIT License
0 stars 0 forks source link

Aoriil

Aoriil is meant to be a upcoming chrome extension that can easily machine translate an untranslated mangas found online. The design of this program is that it will take in any untranslated manga image/pdf and produce an english translated text for each bubble to the best of its ability.

Comparision

Below is the sample image of the current stage of the program. Original is the japanese/korean/chinese version of the manga panel. Original English Translated is the hand translated to english, either by some publications or manually by contributors of manga scan community. Finally, Aoriil Machine Translated is our program attempting to translated the panel to its best ability. (Note: The green bounding boxes are added to the output image for display purposes to understand the limitations of the program)

Original Original English Translated Aoriil Machine Translated
japanese4 image (4) translated-mock
japanese5 unknown.. translated-mock (1)
image (2) image (1) translated-mock

Program Limitations

Despite few bugs seen in the image above, the output image is very legiable to the point that the program can be used to translate few panels. There are however, some limitations to this program that will be further addressed below.

Improvements Made

There has been many improvements made to this program in order to translate better and better

Next things to work on..

The backend is in a pretty stable and working state so our current priority now should be to work on the chrome extension. One of the biggest challenge we are facing is that we need to grab all the images in the website and next one is replacing the existing website image to our translated one..