Instructions to use JorisCos/ConvTasNet_Libri2Mix_sepclean_8k with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Asteroid
How to use JorisCos/ConvTasNet_Libri2Mix_sepclean_8k with Asteroid:
from asteroid.models import BaseModel model = BaseModel.from_pretrained("JorisCos/ConvTasNet_Libri2Mix_sepclean_8k") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -3,10 +3,11 @@ tags:
|
|
| 3 |
- asteroid
|
| 4 |
- audio
|
| 5 |
- ConvTasNet
|
|
|
|
| 6 |
datasets:
|
| 7 |
- Libri2Mix
|
| 8 |
- sep_clean
|
| 9 |
-
license:
|
| 10 |
inference: false
|
| 11 |
---
|
| 12 |
|
|
|
|
| 3 |
- asteroid
|
| 4 |
- audio
|
| 5 |
- ConvTasNet
|
| 6 |
+
- audio-source-separation
|
| 7 |
datasets:
|
| 8 |
- Libri2Mix
|
| 9 |
- sep_clean
|
| 10 |
+
license: cc-by-sa-3.0
|
| 11 |
inference: false
|
| 12 |
---
|
| 13 |
|