From e0fbf55dca72579711a2779ca2f653cad1a03826 Mon Sep 17 00:00:00 2001 From: shahules786 Date: Mon, 7 Nov 2022 20:03:21 +0530 Subject: [PATCH] add recipes table --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 13b8e14..6138e2f 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,15 @@ model = Mayamodel.from_pretrained("mayavoz/waveunet") 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 | + + ## Installation Only Python 3.8+ is officially supported (though it might work with Python 3.7)