Skip to content

Music generator that I make for masters degree in date science. You can use midi files as input and train a model.

Notifications You must be signed in to change notification settings

CezaryPukownik/Seq2Seq-Music-Generator

Repository files navigation

MUSIC GENERATION USING DEEP LEARNING

AUTHOR: CEZARY PUKOWNIK

How to use:

  1. In folder ./midi_packs make folder with midi files you want train on
  2. Use extract.py to export data from midis

./extract.py [str: midi_pack_name] [str: name_of_session] --b [int: seq_len] -a [analize data first]

  1. Use train.py to train model

./train.py [str: name_of_session] --b [int: batch_size] --l [int: latent_space] --e [int: epochs] --i [str: instrument] -r [reset]

  1. Use generate.py to generate music from models

./generate.py [str: name_of_session] --n [number of generations] --m [mode {'from_seq','from_state'}]

About

Music generator that I make for masters degree in date science. You can use midi files as input and train a model.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages