Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/touhi99/generate-music
- Owner: touhi99
- Created: 2019-04-05T22:24:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-07T17:46:01.000Z (about 5 years ago)
- Last Synced: 2023-11-26T21:28:18.873Z (12 months ago)
- Topics: charlstm, deep-learning, keras, music, music-generation, pytorch
- Language: Python
- Homepage:
- Size: 244 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
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-9ce3c9eef806A 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.