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.
- Host: GitHub
- URL: https://source-separation.github.io/tutorial/
- Owner: source-separation
- License: other
- Created: 2020-09-20T15:21:54.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-11T07:47:53.000Z (over 3 years ago)
- Last Synced: 2024-05-19T14:03:27.968Z (12 months ago)
- Topics: ismir, ismir2020, mir, music, music-information-retrieval, music-separation, open-source, source-separation, tutorial
- Language: Jupyter Notebook
- Homepage: https://source-separation.github.io/tutorial
- Size: 409 MB
- Stars: 345
- Watchers: 9
- Forks: 36
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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)