Skip to content

Nafimul/Animangamusic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Demo

MangAniMusic

A site that automatically adds music to your manga that aligns with the mood of the story using the gemini api!

Made in 6.5 hours during a hackathon with basically no ai: https://devpost.com/software/animangamusic?ref_content=my-projects-tab&ref_feature=my_projects.

Features:

  • Upload your comics and/or manga and read
  • Music selected by the gemini api corresponding to the mood of the page you are reading: fights have battle music, dramatic moments have dramatic music, etc.
  • Sound effects selected by the gemini api corresponding to what is happening on the page: laser make laser sounds, punches make punch sounds, etc.
  • Immersive glow behind the comic corresponding to the color of the page

To use:

  • Clone the repo
  • add a .env file to the root folder containg the following text: GEMINI_API_KEY=Your_Key_Here
  • Install python if you haven't already: https://www.python.org/downloads/
  • open a terminal in the root folder
  • for linux or git bash (other os' have slightly different commands) run:
python -m venv .venv
pip install -r requirements.txt
source .venv/Scripts/activate
flask run

Credits:

This readme was updated after the end of the hackathon.

ai_use.txt containes every ai prompt that was used in the making of this project, mostly just general syntax that happened to be faster to find with an ai overview.

About

A site that automatically adds music and sound effects to your manga that align with the mood of each page using the gemini api! Made in 6.5 hours at Dawshacks. (essentially no ai use)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors