An open API service indexing awesome lists of open source software.

https://source-separation.github.io/tutorial/

Tutorial covering Open Source tools for Source Separation.
https://source-separation.github.io/tutorial/

ismir ismir2020 mir music music-information-retrieval music-separation open-source source-separation tutorial

Last synced: 6 months ago
JSON representation

Tutorial covering Open Source tools for Source Separation.

Awesome Lists containing this project

README

        

## 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](https://ismir.github.io/ISMIR2020/)
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.data --run.cmd='download'
jb build --all book/
```

## FAQ

**I can't get to the tutorial website! What do I do?**

If you can't get to the tutorial website, you can either clone this repo
and build the book using the instructions above, or clone the repo and
switch to the gh-pages branch:

```bash
git clone https://github.com/source-separation/tutorial
cd tutorial
git checkout gh-pages
git pull origin gh-pages
open landing.html # or find it in explorer and launch it in a browser.
```

## Questions? Comments? Typos? Bugs? Issues?

Open a github issue [here](https://github.com/source-separation/tutorial/issues/new)