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: 7 months ago
JSON representation
:musical_score: :musical_keyboard: Generating artificial music using Recurrent Neural Networks
- Host: GitHub
- URL: https://github.com/anmol-singh-jaggi/jukebot
- Owner: Anmol-Singh-Jaggi
- License: mit
- Created: 2016-05-27T19:02:22.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-28T11:13:40.000Z (about 8 years ago)
- Last Synced: 2025-04-14T10:04:22.410Z (7 months ago)
- Topics: keras, machine-learning, midi, music, music-composition, neural-network, rnn
- Language: Python
- Homepage:
- Size: 5.61 MB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.