Skip to content

source-separation/tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open-Source Tools & Data for Music Source Separation: A Pragmatic Guide for the MIR Practitioner

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/)

Building the book

To build the book, do the following:

pip install -e .
python -m common.download
jb build --all book/

Questions? Comments? Typos? Bugs? Issues?

Open a github issue here