Skip to content
fvoituret edited this page Oct 28, 2019 · 5 revisions

Spleeter is the Deezer source separation library with pretrained models. It is written in Python and uses Tensorflow (only v1 is supported for now):

  • It provides already trained state of the art model for performing separation
  • It makes it easy to train source separation model with Tensorflow (provided you have a dataset of isolated sources).

This documentation provides:

The separation process can be performed both on GPU or CPU. It is very fast when run on GPU: for instance, the whole musDB test set (about 3h27m of audio) is separated in less than 90s on a single Nvidia GeForce GTX 1080 (audio loading and writing is done on a 32 core Intel(R) Xeon(R) Gold 6134 CPU @ 3.20GHz).

Clone this wiki locally