Skip to content

Latest commit

 

History

History
37 lines (18 loc) · 622 Bytes

README.md

File metadata and controls

37 lines (18 loc) · 622 Bytes

Music Style Transfer

This repository includes the source code of the symbolic music style transfer algorithm from:

Wei-Tsung Lu and Li Su, “Transferring the Style of Homophonic Music Using Recurrent Neural Networks and Autoregressive Model,” International Society of Music Information Retrieval Conference (ISMIR), September 2018.

Listening samples are available here.

Dependencies

This repository requires following packages:

  • python 3.6
  • numpy
  • tensorflow
  • keras
  • mido

Todos

License

MIT