logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
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/spleeter
or

Install via npx

npx @hexmos/ipm i deezer/spleeter

Prerequisites

Python

language

Version: >=3.6.0

pip

package_manager

Version: 21.x

ffmpeg

build_tool

Version: >=5.0.3

libsndfile

build_tool

Version: >=1.6.0

Git

system_tool

Version: 2.38.1

Docker

system_tool

Version: 20.10.1

conda

package_manager

Version: 4.19.0

Poetry

build_tool

Version: 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 spleeter

Package Manager Installation (Conda)

conda install -c conda-forge ffmpeg libsndfile

pip install spleeter

Poetry Installation and Execution (Python)

poetry install

python -m spleeter separate -p spleeter:2stems -o output audio_example.mp3

Post 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.