mirror of
https://github.com/YuzuZensai/spleeter.git
synced 2026-01-31 14:58:23 +00:00
Merge branch 'master' of https://github.com/deezer/spleeter
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
## About
|
## About
|
||||||
|
|
||||||
**Spleeter** is the [Deezer](https://www.deezer.com/) source separation library with pretrained models
|
**Spleeter** is the [Deezer](https://www.deezer.com/) source separation library with pretrained models
|
||||||
written in [Python](https://www.python.org/) and uses [Tensorflow](tensorflow.org/). It makes it easy
|
written in [Python](https://www.python.org/) and uses [Tensorflow](https://tensorflow.org/). It makes it easy
|
||||||
to train source separation model (assuming you have a dataset of isolated sources), and provides
|
to train source separation model (assuming you have a dataset of isolated sources), and provides
|
||||||
already trained state of the art model for performing various flavour of separation :
|
already trained state of the art model for performing various flavour of separation :
|
||||||
|
|
||||||
@@ -46,6 +46,7 @@ If you use **Spleeter** in your work, please cite:
|
|||||||
author={Romain Hennequin and Anis Khlif and Felix Voituret and Manuel Moussallam},
|
author={Romain Hennequin and Anis Khlif and Felix Voituret and Manuel Moussallam},
|
||||||
howpublished={Late-Breaking/Demo ISMIR 2019},
|
howpublished={Late-Breaking/Demo ISMIR 2019},
|
||||||
month={November},
|
month={November},
|
||||||
|
note={Deezer Research},
|
||||||
year={2019}
|
year={2019}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
@@ -53,6 +54,9 @@ If you use **Spleeter** in your work, please cite:
|
|||||||
## License
|
## License
|
||||||
The code of **Spleeter** is MIT-licensed.
|
The code of **Spleeter** is MIT-licensed.
|
||||||
|
|
||||||
|
## Disclaimer
|
||||||
|
If you plan to use Spleeter on copyrighted material, make sure you get proper authorization from right owners beforehand.
|
||||||
|
|
||||||
## Note
|
## Note
|
||||||
This repository include a demo audio file `audio_example.mp3` which is an excerpt
|
This repository include a demo audio file `audio_example.mp3` which is an excerpt
|
||||||
from Slow Motion Dream by Steven M Bryant (c) copyright 2011 Licensed under a Creative
|
from Slow Motion Dream by Steven M Bryant (c) copyright 2011 Licensed under a Creative
|
||||||
|
|||||||
Reference in New Issue
Block a user