PerfectPitch is a music separation tool, with the backend & models of spleeter.
Running Dependencies:
- python3
- spleeter
- ffmpeg
# install dependencies using conda
conda install -c conda-forge ffmpeg libsndfile
# install spleeter using pip
pip install spleeter
Additional Compiling Dependencies:
- visual studio (for compiling the code)
- inno setup (for creating an installer)