There was an error while loading. Please reload this page.
⚠️ we no longer recommend using conda for installing Spleeter.
Spleeter can be installed directly using pip package manager, assuming that following dependencies are installed first :
2 only needed if you plan to perform evaluation.
These dependencies can be installed with conda on any platform before using pip for installing Spleeter:
conda
pip
conda install -c conda-forge ffmpeg libsndfile
You can then install the library from PyPi repository :
pip install spleeter
⚠️ Running Spleeter on Nvidia GPUs devices require you to have a proper CUDA installation. We recommend to use the provided GPU Docker image.