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. 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: ## Key features :key:
* Various pretrained models nicely integrated with huggingface :hugs: that users can select and use without any hastle. * Various pretrained models nicely integrated with huggingface :hugs: that users can select and use without any hastle.
@ -24,9 +24,9 @@ model("noisy_audio.wav")
| Model | Dataset | STOI | PESQ | URL | | Model | Dataset | STOI | PESQ | URL |
| :---: | :---: | :---: | :---: | :---: | | :---: | :---: | :---: | :---: | :---: |
| WaveUnet | Vctk-28spk | | | mayavoz/waveunet-vctk28 | | WaveUnet | Vctk-28spk | | | ```mayavoz/waveunet-vctk28``` |
| Demucs | DNS-2020 (30hrs) | | | mayavoz/demucs-vctk28 | | Demucs | DNS-2020 (30hrs) | | | ```mayavoz/demucs-vctk28``` |
| DCCRN | DNS-2020 (30hrs) | | | mayavoz/dccrn-vctk28 | | DCCRN | DNS-2020 (30hrs) | | | ```mayavoz/dccrn-vctk28``` |
## Installation ## Installation