Rock Music using Deep Learning. For more information regarding the architecture and model go to https://nayak.io/posts/deeprock-rock-music-generation-using-lstm/
- Generate the required
X
andY
for training by runningpython create_data.py
. You can mess around in create_data.py to change the sequence_length and unique_factor parameters. - Modify the model as per your requirements in train.py. To train run
python train.py
. - Generate new music from random samples by running
python generate.py
.