All Projects → source-separation → Tutorial

source-separation / Tutorial

Licence: other
Tutorial covering Open Source tools for Source Separation.

Projects that are alternatives of or similar to Tutorial

Music Synthesis With Python
Music Synthesis with Python talk, originally given at PyGotham 2017.
Stars: ✭ 48 (-78.48%)
Mutual labels:  jupyter-notebook, music-information-retrieval, music
Notebooks
Learn Python for free using open-source notebooks in Hebrew.
Stars: ✭ 877 (+293.27%)
Mutual labels:  jupyter-notebook, tutorial, open-source
Musicinformationretrieval.com
Instructional notebooks on music information retrieval.
Stars: ✭ 845 (+278.92%)
Mutual labels:  jupyter-notebook, music-information-retrieval, music
Essentia
C++ library for audio and music analysis, description and synthesis, including Python bindings
Stars: ✭ 1,985 (+790.13%)
Mutual labels:  jupyter-notebook, music-information-retrieval, music
Godot Kickstarter 2019
Create your Own Games with Godot, the Free Game Engine: sources from the January Kickstarter project from GDQuest
Stars: ✭ 194 (-13%)
Mutual labels:  tutorial, open-source
Stylenet
A cute multi-layer LSTM that can perform like a human 🎶
Stars: ✭ 187 (-16.14%)
Mutual labels:  jupyter-notebook, music
Hacktoberfest2020 Contributions
A beginner-friendly project to help you in open-source contributions. Made specifically for contributions in HACKTOBERFEST 2020! Hello World Programs and Algorithms! Please leave a star ⭐ to support this project! ✨
Stars: ✭ 196 (-12.11%)
Mutual labels:  jupyter-notebook, open-source
Bayesian Modelling In Python
A python tutorial on bayesian modeling techniques (PyMC3)
Stars: ✭ 2,332 (+945.74%)
Mutual labels:  jupyter-notebook, tutorial
Awesome Deep Learning Music
List of articles related to deep learning applied to music
Stars: ✭ 2,195 (+884.3%)
Mutual labels:  music-information-retrieval, music
Trump Lies
Tutorial: Web scraping in Python with Beautiful Soup
Stars: ✭ 201 (-9.87%)
Mutual labels:  jupyter-notebook, tutorial
Rl Tutorial Jnrr19
Stable-Baselines tutorial for Journées Nationales de la Recherche en Robotique 2019
Stars: ✭ 204 (-8.52%)
Mutual labels:  jupyter-notebook, tutorial
Gans From Theory To Production
Material for the tutorial: "Deep Diving into GANs: from theory to production"
Stars: ✭ 182 (-18.39%)
Mutual labels:  jupyter-notebook, tutorial
Deeptoxic
top 1% solution to toxic comment classification challenge on Kaggle.
Stars: ✭ 180 (-19.28%)
Mutual labels:  jupyter-notebook, tutorial
Imodels
Interpretable ML package 🔍 for concise, transparent, and accurate predictive modeling (sklearn-compatible).
Stars: ✭ 194 (-13%)
Mutual labels:  jupyter-notebook, tutorial
Astropy Tutorials
Tutorials for the Astropy Project
Stars: ✭ 174 (-21.97%)
Mutual labels:  jupyter-notebook, tutorial
Echomods
Open source ultrasound processing modules and building blocks
Stars: ✭ 200 (-10.31%)
Mutual labels:  jupyter-notebook, open-source
Tutorials
AI-related tutorials. Access any of them for free → https://towardsai.net/editorial
Stars: ✭ 204 (-8.52%)
Mutual labels:  jupyter-notebook, tutorial
Sc17
SuperComputing 2017 Deep Learning Tutorial
Stars: ✭ 211 (-5.38%)
Mutual labels:  jupyter-notebook, tutorial
Tensorflow
Deep Learning Zero to All - Tensorflow
Stars: ✭ 216 (-3.14%)
Mutual labels:  jupyter-notebook, tutorial
50 Days Of Ml
A day to day plan for this challenge (50 Days of Machine Learning) . Covers both theoretical and practical aspects
Stars: ✭ 218 (-2.24%)
Mutual labels:  jupyter-notebook, tutorial

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!

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:

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].