imalikshake
StyleNet
Jupyter Notebook

A cute multi-layer LSTM that can perform like a human ๐ŸŽถ

Last updated Sep 21, 2025
189
Stars
37
Forks
4
Issues
0
Stars/day
Attention Score
40
Language breakdown
Jupyter Notebook 75.7%
Python 18.6%
Ruby 5.7%
โ–ธ Files click to expand
README

StyleNet

A cute multi-layer LSTM network that can perform like a human ๐ŸŽถ It learns the dynamics of music! The architecture was specifically designed to handle music of different genres.

If you wish to learn more about my findings, then please read my blog post and paper:

Iman Malik, Carl Henrik Ek, "Neural Translation of Musical Style", 2017.

GitHub Logo

Prerequisites

You will need a few things in order to get started.
  • Tensorflow
  • mido
  • pretty_midi
  • fluidsynth

The Piano Dataset

I created my own dataset for the model. If you wish to use the Piano Dataset ๐ŸŽน for academic purposes, you can download it from here. The Piano Dataset is distributed with a CC-BY 4.0 license. If you use this dataset, please reference this paper:

How to Run

python main.py -current_run <name-of-session> -bi

Flags: -load_last : Loads and continues from last epoch. -load_model: Loads specified model. -data_dir : Directory of datasets. -data_set : Dataset name. -runs_dir : Directory of session files. -forward_only : For making predictions (not training). -bi : If you wish to use bi-directional LSTMs. (HIGHLY recommended)

Files

pianoify.ipynb : This was used to ensure the files across the dataset were consistent in their musical properties. generate_audio.ipynb : This was used to make predicitions using StyleNet and generate the audio. convert-format.rb : This was used to convert format 1 MIDIs into format 0. file_util.py : This contains folder/file-handling functions. midi_util.py : This contains MIDI-handling functions. model.py : StyleNet's Class. data_util.py : For shuffling and batching data during training.

ยฉ 2026 GitRepoTrend ยท imalikshake/StyleNet ยท Updated daily from GitHub