17 lines
421 B
Plaintext
17 lines
421 B
Plaintext
|
## MUSIC GENERATION USING DEEP LEARNING ##
|
||
|
## AUTHOR: CEZARY PUKOWNIK
|
||
|
|
||
|
How to use:
|
||
|
|
||
|
1. Use midi.py to export data from midi files
|
||
|
|
||
|
./midi.py export <midi_folder_path> <output_path>
|
||
|
|
||
|
2. Use train.py to train a model (this can take a while)
|
||
|
|
||
|
./train.py <input_training_data> <model_save_path>
|
||
|
|
||
|
3. Use generate.py to generate music from trained models
|
||
|
|
||
|
./generate.py <model_weights_path> <output_path>
|