Skip to content

Tomixbo/Mangaka

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Project Description

Mangaka is a web application designed to enhance the manga reading experience by providing a smoother and more intuitive way to enjoy your favorite stories. Instead of navigating manually through manga pages, Mangaka automatically detects and extracts individual panels from each page, displaying them one at a time for easier reading.

In addition, Mangaka offers a hands-free experience: simply press play, and the application will sequentially display the panels while narrating the story for you. This eliminates the need for constant manual interaction, allowing you to fully immerse yourself in the manga's plot.

With Mangaka, following your favorite manga has never been this effortless or enjoyable!

Environment and dependencies installation

python -m venv .venv
.venv\Scripts\activate
.venv\Scripts\python -m pip install -r requirements.txt
cd mangaka\theme\static_src
python manage.py tailwind install

Deployment in development

bash 01 :

.venv\Scripts\activate
cd mangaka
python manage.py tailwind start

bash 02 :

.venv\Scripts\activate
cd mangaka
python manage.py runserver

Demo

Mangaka v1.1

Video Demo

New features : Generate and Download video, Fullscreen mode

Video Demo

Example generated video :

Video Demo

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published