From 7a502671e288ff305e6976277c9792f3e6aa7d3f Mon Sep 17 00:00:00 2001 From: shahules786 Date: Tue, 8 Nov 2022 17:01:27 +0530 Subject: [PATCH] check github copy --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 46393de..7269c09 100644 --- a/README.md +++ b/README.md @@ -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