Skip to content

Deep AI model for generating music for video accompaniment

Notifications You must be signed in to change notification settings

SuvuYou/DeepMusicAccompaniment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Thanks to https://github.com/musikalkemist/generating-melodies-with-rnn-lstm/tree/master for huge inspiration

Expected folder structure:

-| data
---| 4_extracted_processed #holds proccessed data
------| {idx}
---------| chords-context.txt
---------| chords.txt
---------| melody.txt

---| transposed_midi #holds midi data that will be proccessed
------| {idx}
---------| midi-chords.mid
---------| midi-melody.mid

---| tensors #holds music data divided into sequences
------| {idx}.pt

---| tensors_video #holds video data divided into sequences
------| {idx}.pt

-| src
... # the same as in repo

-| weights
---| {idx}
------| chords_model_weights.pth
------| melody_model_weights.pth

About

Deep AI model for generating music for video accompaniment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages