• Stars
    star
    105
  • Rank 317,615 (Top 7 %)
  • Language
    Python
  • Created about 8 years ago
  • Updated over 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

LSTM to generate drum tracks based on Metallica's midi drum tracks

LSTMetallica

A LSTM network that learns from the drum tracks of Metallica and generates new tracks.

Prequisite

  • Python 2.7. Some of the codes would mis-behave with Python 3.
  • keras, a deeplearning framework
  • python-midi, to get midi file
  • numpy, probably you already have it.

Usage

  • Clone the repo
  • $ python main_lstM_etallica.py to get generated drum track in text file
  • text->midi: $ python main_post_process.py - this is when you need python-midi
  • Use this text file, an aggregated-and-encoded text file for Metallica's drum tracks, to do something more
  • This folder contains the original drum midi tracks.

External links

Citation

Text-based LSTM networks for Automatic Music Composition, Keunwoo Choi, George Fazekas, Mark Sandler, 1st Conference on Computer Simulation of Musical Creativity, Huddersfield, UK, 2016, arXiv, pdf, bib

More Repositories

1

kapre

kapre: Keras Audio Preprocessors
Python
910
star
2

music-auto_tagging-keras

Music auto-tagging models and trained weights in keras/theano
Python
615
star
3

transfer_learning_music

Transfer learning for music classification and regression tasks
Jupyter Notebook
255
star
4

dl4mir

Deep learning for MIR
Jupyter Notebook
236
star
5

torchaudio-contrib

A test bed for updates and new features | pytorch/audio
Python
168
star
6

lstm_real_book

LSTM source code to generate jazz chord progressions
Python
129
star
7

DrummerNet

Supplementary material of "Deep Unsupervised Drum Transcription", ISMIR 2019
TeX
115
star
8

ismir-2019-posters

76
star
9

residual_block_keras

Residual network block in Keras
Python
72
star
10

keras_STFT_layer

Do STFT in Keras
Jupyter Notebook
63
star
11

magnatagatune-list

List of automatic music tagging research articles that are evaluated against MagnaTagATune Dataset
63
star
12

keras_callbacks_example

Keras callback example
Python
56
star
13

MSD_split_for_tagging

Python
52
star
14

awesome-audio-study-materials-for-korean

41
star
15

Auralisation

Auralisation of learned features in CNN (for audio)
Python
39
star
16

music4all_contrib

Jupyter Notebook
31
star
17

data-science-handbook

데이터 κ³Όν•™ ν•Έλ“œλΆ
Jupyter Notebook
18
star
18

perceptual_weighting

Loudness compensation for time-frequency representation
Python
18
star
19

ismir2016-ldb-audio-captioning-model-keras

Audio captioning RNN model in Keras
Python
15
star
20

keras_cropping_layer

Keras cropping layer implementation
Python
13
star
21

icassp_2017

12
star
22

UrbanSound8K-preprocessing

Jupyter Notebook
11
star
23

frequency-aware-conv2d-layer-pytorch

Python
9
star
24

tokenizer-vs-tokenizer

8
star
25

awesome-conscious-AIs

8
star
26

machine_learning_eng2kor

Machine learning eng2kor word dictionary
4
star
27

openmic-2018-tfrecord

Python
3
star
28

FMA_convnet_features

FMA convnet features
3
star
29

magnatagatune

yeah
C++
3
star
30

DLR

Python
2
star
31

relative-position-pytorch

a pytorch implementation of self-attention with relative position representations
Python
2
star
32

audiosetdl

Scripts for download AudioSet
Jupyter Notebook
2
star
33

MSD-to-MB-mapping

Million Song Dataset to MusicBrainz (AcousticBrainz) mapping files
1
star
34

embedding

C++
1
star
35

compact_cnn

a landing page for compact cnn
1
star