Merge pull request #26 from shahules786/dev

Testpypi
This commit is contained in:
Shahul ES 2022-11-23 19:18:28 +05:30 committed by GitHub
commit d8d61a231b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 20 additions and 2 deletions

1
.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
.ipynb linguist-documentation

4
MANIFEST.in Normal file
View File

@ -0,0 +1,4 @@
recursive-include mayavoz *.py
recursive-include mayavoz *.yaml
global-exclude *.pyc
global-exclude __pycache__

View File

@ -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.

View File

@ -3,7 +3,7 @@ huggingface-hub>=0.10.0
hydra-core>=1.2.0
joblib>=1.2.0
librosa>=0.9.2
mlflow>=1.29.0
mlflow>=1.28.0
numpy>=1.23.3
pesq==0.0.4
protobuf>=3.19.6

View File

@ -98,3 +98,7 @@ exclude =
build
dist
.eggs
[options.data_files]
. = requirements.txt
_ = version.txt