Skip to content

Tries to generate prompts for lofi music and then generate music.

Notifications You must be signed in to change notification settings

amitavaghosh2/soundthing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yo

installation and running

run lyricist to generate descriptions -_- of length n

cd lyricist
python -m venv .venv # python 3.10
source .venv.bin/activate

make setup
N=5 OUTFILE=../results.json make run # generates 5 prompts and saves to ../results

run singer to generate kickass song using the prompt description.

cd singer
python -m venv .venv # python 3.11
source .venv.bin/activate

make setup

cat ../results.json | python main.py

TODO

  • Improve music generation from fuckall to kickass

About

Tries to generate prompts for lofi music and then generate music.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published