How to install deezer/spleeter. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
deezer/spleeter Installation Guide
How to install deezer/spleeter. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for deezer/spleeter. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i deezer/spleeteror
Install via npx
npx @hexmos/ipm i deezer/spleeterPrerequisites
Python
languageVersion: >=3.6.0
pip
package_managerVersion: 21.x
ffmpeg
build_toolVersion: >=5.0.3
libsndfile
build_toolVersion: >=1.6.0
Git
system_toolVersion: 2.38.1
Docker
system_toolVersion: 20.10.1
conda
package_managerVersion: 4.19.0
Poetry
build_toolVersion: 2.3.1
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Source Code Installation (Git)
git clone https://github.com/deezer/spleeter.git
cd spleeterPackage Manager Installation (Conda)
conda install -c conda-forge ffmpeg libsndfile
pip install spleeterPoetry Installation and Execution (Python)
poetry install
python -m spleeter separate -p spleeter:2stems -o output audio_example.mp3Post Installation Steps
- Open a terminal in the project directory.
- Run the command `python -m spleeter separate` to start the Spleeter application.
- You can now use the separated audio files from your input file.
