Skip to content

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

Notifications You must be signed in to change notification settings

basveeling/melody-rnn

 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 99.8%
  • Shell 0.2%