Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/touhi99/generate-music

A sample music generation exercise
https://github.com/touhi99/generate-music

charlstm deep-learning keras music music-generation pytorch

Last synced: about 6 hours ago
JSON representation

A sample music generation exercise

Awesome Lists containing this project

README

        

# Generate Music

Inspired from

- https://github.com/gauravtheP/Music-Generation-Using-Deep-Learning
- https://towardsdatascience.com/generating-music-with-artificial-intelligence-9ce3c9eef806

A sample workout using PyTorch

- With a CharLSTM
- Generated notes can be converted to Midi format
- Or can be played in jupyter notebook

#### Data source

- http://abc.sourceforge.net/NMD/

Sample training data and sample generated musics are included in the repo.