Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 652 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 652 Bytes

DeepRock

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/

Usage

  1. Generate the required X and Y for training by running python create_data.py. You can mess around in create_data.py to change the sequence_length and unique_factor parameters.
  2. Modify the model as per your requirements in train.py. To train run python train.py.
  3. Generate new music from random samples by running python generate.py.

Credits

  1. https://github.com/jisungk/deepjazz
  2. https://github.com/Skuldur/Classical-Piano-Composer