mirror of
https://github.com/YuzuZensai/spleeter.git
synced 2026-01-31 14:58:23 +00:00
Initial commit from private spleeter
This commit is contained in:
18
spleeter/__init__.py
Normal file
18
spleeter/__init__.py
Normal file
@@ -0,0 +1,18 @@
|
||||
#!/usr/bin/env python
|
||||
# coding: utf8
|
||||
|
||||
"""
|
||||
Spleeter is the Deezer source separation library with pretrained models.
|
||||
The library is based on Tensorflow:
|
||||
|
||||
- It provides already trained model for performing separation.
|
||||
- It makes it easy to train source separation model with tensorflow
|
||||
(provided you have a dataset of isolated sources).
|
||||
|
||||
This module allows to interact easily from command line with Spleeter
|
||||
by providing train, evaluation and source separation action.
|
||||
"""
|
||||
|
||||
__email__ = 'research@deezer.com'
|
||||
__author__ = 'Deezer Research'
|
||||
__license__ = 'MIT License'
|
||||
Reference in New Issue
Block a user