Skip to content

PerfectPitch a music separation tool, with the backend & models of Spleeter.

License

Notifications You must be signed in to change notification settings

GiladLeef/PerfectPitch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to PerfectPitch

PerfectPitch is a music separation tool, with the backend & models of spleeter.

PerfectPitch

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)