By Ethan Manilow, Prem Seetharaman, and Justin Salamon
This is the code repository for our ISMIR 2020 tutorial about Open Source tools for Source Separation. This repo contains the code to build the jupyter book website where the tutorial content is hosted.
[Click here to visit the tutorial!](https://source-separation.github.io/ tutorial/)
To build the book, do the following:
pip install -e .
python -m common.download
jb build --all book/
Open a github issue here