Loading repository data…
Loading repository data…
awesome-arjun11 / repository
Electron + Python based desktop app for deezer's spleeter, a tool for separating vocals and instruments in a song.
An attempt at user friendly Desktop App for deezer's Spleeter. Splitune Allows separating Vocals and instruments. It can split vocals,drums,piano,bass and other accompaniment based on pretrained models.
Download Models from Spleeter releases.
Extract them in pretrained_models directory.
Splitune
├── pretrained_models
│ ├── 2stems
│ │ ├── model.data-####-####
│ │ ├── model.meta
│ │ ├── mode.index
│ │
│ ├── 4stems
│ └── 5stems
├── web
├── node_modules
├── app.py
├── main.js
├── requirements.txt
├── README.md
├── package.json
├── package-lock.json
└── .gitignore
@misc{spleeter2019,
title={Spleeter: A Fast And State-of-the Art Music Source Separation Tool With Pre-trained Models},
author={Romain Hennequin and Anis Khlif and Felix Voituret and Manuel Moussallam},
howpublished={Late-Breaking/Demo ISMIR 2019},
month={November},
note={Deezer Research},
year={2019}
}