check github copy

This commit is contained in:
shahules786 2022-11-08 17:01:27 +05:30
parent 6384915e17
commit 7a502671e2
1 changed files with 6 additions and 6 deletions

View File

@ -4,7 +4,7 @@
mayavoz is a Pytorch-based opensource toolkit for speech enhancement. It is designed to save time for audio researchers. Is provides easy to use pretrained audio enhancement models and facilitates highly customisable model training.
| **[Quick Start](#quick-start-fire)** | **[Installation](#installation)** | **[Tutorials](https://github.com/shahules786/enhancer/tutorials/)** | **[Available Recipes](#recipes)** | **[Demo]()**
| **[Quick Start](#quick-start-fire)** | **[Installation](#installation)** | **[Tutorials](https://github.com/shahules786/enhancer/notebooks/)** | **[Available Recipes](#recipes)** | **[Demo]()**
## Key features :key:
* Various pretrained models nicely integrated with huggingface :hugs: that users can select and use without any hastle.
@ -22,11 +22,11 @@ model("noisy_audio.wav")
## Recipes
| Model | Dataset | STOI | PESQ | URL |
| :---: | :---: | :---: | :---: | :---: |
| WaveUnet | Vctk-28spk | | | mayavoz/waveunet-vctk28 |
| Demucs | DNS-2020 (30hrs) | | | mayavoz/demucs-vctk28 |
| DCCRN | DNS-2020 (30hrs) | | | mayavoz/dccrn-vctk28 |
| Model | Dataset | STOI | PESQ | URL |
| :---: | :---: | :---: | :---: | :---: |
| WaveUnet | Vctk-28spk | | | ```mayavoz/waveunet-vctk28``` |
| Demucs | DNS-2020 (30hrs) | | | ```mayavoz/demucs-vctk28``` |
| DCCRN | DNS-2020 (30hrs) | | | ```mayavoz/dccrn-vctk28``` |
## Installation