All Projects → AlexandreSenpai → Manga-AutoTranslate

AlexandreSenpai / Manga-AutoTranslate

Licence: MIT License
Script made to automatically translate manga pages.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Manga-AutoTranslate

NHentai-API
NHentai API made using python BeautifulSoup webscrapping.
Stars: ✭ 27 (+50%)
Mutual labels:  anime, manga
ProxerAndroid
The official Android App of Proxer.Me
Stars: ✭ 105 (+483.33%)
Mutual labels:  anime, manga
nani
Crunchyroll without the bloat
Stars: ✭ 63 (+250%)
Mutual labels:  anime, manga
YuzuMarker
🍋 [WIP] Manga Translation Tool
Stars: ✭ 76 (+322.22%)
Mutual labels:  translation, manga
tanuki
🦊 Anime weekly schedule for Kitsu
Stars: ✭ 26 (+44.44%)
Mutual labels:  anime, manga
anilabx
AniLabX - android app for watching anime/dramas/cartoons and reading manga/comics/light novels
Stars: ✭ 54 (+200%)
Mutual labels:  anime, manga
OtakuWorld
Anime Watcher, Manga Reader, and Novel Reader as three separate apps, same UI
Stars: ✭ 123 (+583.33%)
Mutual labels:  anime, manga
vueman.ga
Delightful reading and tracking of your mangas.
Stars: ✭ 32 (+77.78%)
Mutual labels:  anime, manga
anitrend-app
Track all your favorite Anime & Manga with AniTrend as it offers anime or manga lookup, tracking and reference powered by AniList
Stars: ✭ 138 (+666.67%)
Mutual labels:  anime, manga
anime-dl
ADLCore is an API and app for the download of novels, manga, and anime from a plethora of sites. It works on Windows, Linux, OSX, and Android.
Stars: ✭ 70 (+288.89%)
Mutual labels:  anime, manga
zanime
Android app to watch anime vod online for free
Stars: ✭ 52 (+188.89%)
Mutual labels:  anime, manga
oTaku
o'taku is an application that allows you to find functional streaming links for your favorite anime. This project aims to simplify the tracking of a particular anime. Indeed, when you search for an anime, you will receive a lot of information about it, but also, a list of streaming links available in several languages.
Stars: ✭ 23 (+27.78%)
Mutual labels:  anime, manga
Mirai
A website to stream Anime and read Manga for free.. Everything is scraped from sources online and we don't need to actually host any videos or images.
Stars: ✭ 38 (+111.11%)
Mutual labels:  anime, manga
Kitsu
A kitsu.io api wrapper written in C# .NET Core
Stars: ✭ 15 (-16.67%)
Mutual labels:  anime, manga
JikanKt
A Kotlin wrapper for Jikan REST API
Stars: ✭ 17 (-5.56%)
Mutual labels:  anime, manga
KissNetwork.bundle
Plex Channel to view Anime, Asian Drama, Cartoons, Manga & Comics from KissAnime, KissAsian, KissCartoon, KissManga & ReadComicOnline
Stars: ✭ 95 (+427.78%)
Mutual labels:  anime, manga
jojo-cards
Card game based on Jojo's Bizarre Adventure (ジョジョの奇妙な冒険)
Stars: ✭ 112 (+522.22%)
Mutual labels:  anime, manga
aniyomi
Unofficial fork of Tachiyomi for anime
Stars: ✭ 1,814 (+9977.78%)
Mutual labels:  anime, manga
yukino
❄️ [WIP] An extension based Anime & Manga client.
Stars: ✭ 176 (+877.78%)
Mutual labels:  anime, manga
AmimeWatch
Telegram bot made in Python 3 using the @pyrogram framework.
Stars: ✭ 19 (+5.56%)
Mutual labels:  anime, manga

Mangá AutoTranslate

What is this?

This script translates manga pages using CLOUD VISION API to recognize text in images [planning to change to tesseract], Translate API to translate the extracted text and PIL to manipulate images.

For update notes follow me on Twitter.

Latest commit

Before After

Previous commit

Before After

Requirements

  • Python 3.7+
  • Google Cloud Vision API
  • Google Cloud Translate API

You have to get the service account of your google cloud project with access granted to the google api's listed above to run this code.

How to run?!

This code is just for development purposes yet so to run it you'll have to open it in a notepad or something that you rather be using.

Once you've opened it just change the img_in variable with the source image path that you want to translate.

Ex:

if __name__ == '__main__':
    img_in = './images/sample4.jpg'

Now you just have to run it and wait for the out.png be generated at the root folder of this project.

Thanks for using!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].