Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 536 Bytes

Readme.md

File metadata and controls

14 lines (10 loc) · 536 Bytes

melody-rnn

This is an adaption of karpathy/char-rnn for melody onset/offset detection.

Method

  • A spectrogram is generated of each song, a subset of the melodic range is selected
  • A melody on/off vector is build based on melody annotations from the dataset
  • The RNN is trained similarly to char-rnn

Dataset

The MedleyDB dataset is used. A sample of 2 songs can be downloaded here.

License

MIT