Isolating vocals from music with a Convolutional Neural Network. Blog post is here.
To Use:
- Download the repo
- Install the latest versions of Theano, Keras, librosa, and h5py on Python 3.
- Set your dimension ordering to
tf
in~/keras/keras.json
:{ "backend": "theano", "image_dim_ordering": "tf" }
- Run
python acapellabot.py song.mp3
Enjoy ❤