Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 431 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 431 Bytes

music-composition

This is a deep learning project for music generation using LSTM with Keras, Music21.

Dependencies

  • Keras
  • Music21

Features from MIDI file

  • Note: The sound produced by a single key called a note
  • Chords: The sound produced by 2 or more keys simultaenously is called chord
  • Octave: A repeated pattern is called an octave. Each octave contains 7 white and 5 black keys

How to generate music

TBA