-
come up with idea
- music generation based on mood
-
research possible ways to implement the idea
- from background knowledge we knew about tensorflow.js and TensorFlow Magenta
-
download the music of various artists and categorize them into general moods
- KIL and ZOTiYAC
- classical music
-
convert the MP3s to MIDI files
- you will lose lyrics (so the model will only be able to generate music with instrumentals)
If you want to run Mugen on your local computer:
-
clone the repository
-
npm i -g angular-cli-ghpages
-
cd
into the repository
cat > .git/hooks/commit-msg << EOF
#!/bin/sh
message=$(cat $1)
yarn install
ng build --prod --base-href "https://o-wth.github.io/mugen/"
yarn dlx ngh --message "$message" --dir=dist/mugen
EOF
-
cd mugen
-
ng serve