Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 590 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 590 Bytes

deep_music_gen

Work flow

1. Get midi data and load them to the system
2. Map the midi data to dict like where each Note/Chord are mapped to index, then get a proper vector for each song
3.

todos:

1. make mapping for tones keys and such (not just notes)

references url:

  1. MIT music Generation lab

  2. Generate music from midi files