/Jukebot

:musical_score: :musical_keyboard: Generating artificial music using Recurrent Neural Networks

Primary LanguagePythonMIT LicenseMIT

Jukebot

Generating artificial music using Recurrent Neural Networks.

Dependencies:

  • pip install keras
  • pip install python-midi

Usage:

  • Execute ./main.py

To-Do:

  • Increase the volume of all the notes in the post-processing stage.
  • Optimize the matrix operations using Numpy.