This project aims to train deep neural networks to generate music, taking inspiration from techniques used in text generation.
A live, interactive website of this project can be found here. Below is a video demo of the website:
Source code of the website can be found here.
All libraries should be updated to the newest version at the time, to avoid compatibility and deprecation issues.
- Tensorflow 2
- Mido
See main.py for sample usage. This project contains two RNN models, GRU and Bidirectional LSTM. Their usage is exactly the same. Hyperparameters are found in network.py and can be tuned.
An interactive website to explore each model is being developed.