Skip to content

oliverdantzer/music-generation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

music-generation

Description

The goal of this project was to predict the notes given the beat and note times of classical music songs, and generate new songs using the predicted notes and the timings.

Methods

I used a decision tree regression model, and fit to the the musicnet dataset.

Demos

Make sure to press the unmute button to hear the audio!

demo2.-.2225.mov

Result for Prelude and Fugue in E-flat major, BWV 852 by Bach (Played with steel drums)

demo3.-.2303.mov

Result for Prelude and Fugue in D major, BWV 850 by Schubert (Played with music box)

demo1.-.1757.mov

Result for Piano Sonata in C minor, D. 958 by Schubert (Played with grand piano)

To run things

Required packages

  • sklearn
  • pandas
  • numpy
  • midiutil
  • jupyter-notebook

Required dataset

  • Navigate to source code folder
  • Create folder input
  • Dowload musicnet, extract to ./input/
  • Download musicnet_metadata.csv, extract to ./input/musicnet/

Running

  • Navigate to source code folder
  • Run jupyter notebook
  • Open ai_generated_midi.ipynb
  • Edit song_id to a song id in the musicnet dataset of your choice
  • Run all cells
  • Open in the resulting output.midi in a midi player (volume warning).