ShacharHarshuv / open-ear

106 stars 20 forks source link

Chord recognition from real songs #88

Closed ShacharHarshuv closed 2 years ago

ShacharHarshuv commented 2 years ago

Stream real songs from youtube and test for progression recognition. We can try to use hooktheory.com's database to build our own database.

Each question should query about one section of a song. For example if it's a 4 chord loop it should query only for those.

The data for each song should have a url to the song, a key (so we can play the cadence in the right key), mode / cadence type (major vs minor), timestamp for each chord (so we can show the user where we expect a new chord), and answers

ShacharHarshuv commented 2 years ago

Implemented