An open API service indexing awesome lists of open source software.

https://github.com/anmol-singh-jaggi/jukebot

:musical_score: :musical_keyboard: Generating artificial music using Recurrent Neural Networks
https://github.com/anmol-singh-jaggi/jukebot

keras machine-learning midi music music-composition neural-network rnn

Last synced: 22 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# Jukebot
Generating artificial music using Recurrent Neural Networks.
#### [Hand-picked output samples](https://soundcloud.com/user-693671739/sets/jukebot-hand-picked-output)

**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.