From 60b654a065bc364a96a5e01737a1d7977a19b435 Mon Sep 17 00:00:00 2001 From: shahules786 Date: Wed, 23 Nov 2022 17:27:43 +0530 Subject: [PATCH] update readme --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c7fc2db..20cf995 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ mayavoz is a Pytorch-based opensource toolkit for speech enhancement. It is desi ## Quick Start :fire: ``` python -from mayavoz import Mayamodel +from mayavoz.models import Mayamodel model = Mayamodel.from_pretrained("shahules786/mayavoz-waveunet-valentini-28spk") model("noisy_audio.wav") @@ -33,7 +33,9 @@ model("noisy_audio.wav") | WaveUnet | Vctk-28spk | 0.836 | 2.78 | shahules786/mayavoz-waveunet-valentini-28spk | | Demucs | Vctk-28spk | 0.961 | 2.56 | shahules786/mayavoz-demucs-valentini-28spk | | DCCRN | Vctk-28spk | 0.724 | 2.55 | shahules786/mayavoz-dccrn-valentini-28spk | +| Demucs | DNS2020 (20hrs) | 0.56 | 1.26 | shahules786/mayavoz-demucs-dns2020-20hr | +Test scores are based on respective test set associated with train dataset. ## Installation Only Python 3.8+ is officially supported (though it might work with Python 3.7) @@ -56,3 +58,10 @@ git clone url cd mayavoz pip install -e . ``` + +## Support + +For commercial enquiries and scientific consulting, please [contact me](https://shahules786.github.io/). + +### Acknowledgements +Sincere gratitude to [AMPLYFI](https://amplyfi.com/) for supporting this project.