👋 Welcome to the Manga MTL Translator website! This website is designed to translate Japanese manga into others language using machine learning technology.
🔍 Here are some of the features of our website:
- Machine translation of Japanese manga into all others deepl supported language
- Easy-to-use interface (but ugly)
- The texts are just an overlay so they can be copied and pasted or translated
- Fast and efficient translations
- The images are all uploaded on imgur so nothing is stored locally except the database if it is not explicitly defined
🛠️ To install and run this project locally, you'll need to follow these steps:
- Clone this repository to your local machine with
git clone https://github.com/Snowad14/Manga-MTL-Website.git
- Create a virtual environment using
virtualenv
orconda
- Install the necessary dependencies using
pip install -r requirements.txt
(see pytorch.org to install cuda version) - Set the following environment variables in a
.env
file:IMGUR_BEARER
UPLOAD_PASSWORD
APP_SECRET_KEY
DEEPL_KEY
SQLALCHEMY_DATABASE_URI
(optional but necessary if you want an online database)
- Run the app using
python main.py
🖥️ To use the Manga MTL Translator website, follow these simple steps:
- Upload a manga chapter to the "Add" section of the website
- Click the "Add Chapter" button by choosing a manga previously added
- Enjoy your translated manga!