Midterm Concept

Title: Music Accompaniment

Inspiration: From the Project BachBot or AI Duet, they are used to generate music by machine. So instead of generating the following melody, I would want to try to generate the accompaniment from the given lead melody. And this has big potential since, in the future, people can use it for real-time accompaniment. The machine will generate a chord based on what the people sing.

Works to do: My midterm project will realize the function of generating the chords from the lead melody on a strict tempo. I will use the seq2seq model to process midi data. The midi files will be changed into text information by the pretty-midi library. 

Leave a Reply