speechbrain / sepformer-wham-enhancement

huggingface.co
Total runs: 184
24-hour runs: 0
7-day runs: 4
30-day runs: 60
Model's Last Updated: February 26 2024
audio-to-audio

Introduction of sepformer-wham-enhancement

Model Details of sepformer-wham-enhancement



SepFormer trained on WHAM! for speech enhancement (8k sampling frequency)

This repository provides all the necessary tools to perform speech enhancement (denoising) with a SepFormer model, implemented with SpeechBrain, and pretrained on WHAM! dataset with 8k sampling frequency, which is basically a version of WSJ0-Mix dataset with environmental noise and reverberation in 8k. For a better experience we encourage you to learn more about SpeechBrain . The given model performance is 14.35 dB SI-SNR on the test set of WHAM! dataset.

Release Test-Set SI-SNR Test-Set PESQ
01-12-21 14.35 3.07
Install SpeechBrain

First of all, please install SpeechBrain with the following command:

pip install speechbrain

Please notice that we encourage you to read our tutorials and learn more about SpeechBrain .

Perform speech enhancement on your own audio file
from speechbrain.inference.separation import SepformerSeparation as separator
import torchaudio

model = separator.from_hparams(source="speechbrain/sepformer-wham-enhancement", savedir='pretrained_models/sepformer-wham-enhancement')

# for custom file, change path
est_sources = model.separate_file(path='speechbrain/sepformer-wham-enhancement/example_wham.wav') 

torchaudio.save("enhanced_wham.wav", est_sources[:, :, 0].detach().cpu(), 8000)
Inference on GPU

To perform inference on the GPU, add run_opts={"device":"cuda"} when calling the from_hparams method.

Training

The training script is currently being worked on an ongoing pull-request.

We will update the model card as soon as the PR is merged.

You can find our training results (models, logs, etc) here .

Limitations

The SpeechBrain team does not provide any warranty on the performance achieved by this model when used on other datasets.

Referencing SpeechBrain
@misc{speechbrain,
  title={{SpeechBrain}: A General-Purpose Speech Toolkit},
  author={Mirco Ravanelli and Titouan Parcollet and Peter Plantinga and Aku Rouhe and Samuele Cornell and Loren Lugosch and Cem Subakan and Nauman Dawalatabad and Abdelwahab Heba and Jianyuan Zhong and Ju-Chieh Chou and Sung-Lin Yeh and Szu-Wei Fu and Chien-Feng Liao and Elena Rastorgueva and François Grondin and William Aris and Hwidong Na and Yan Gao and Renato De Mori and Yoshua Bengio},
  year={2021},
  eprint={2106.04624},
  archivePrefix={arXiv},
  primaryClass={eess.AS},
  note={arXiv:2106.04624}
}
Referencing SepFormer
@inproceedings{subakan2021attention,
      title={Attention is All You Need in Speech Separation}, 
      author={Cem Subakan and Mirco Ravanelli and Samuele Cornell and Mirko Bronzi and Jianyuan Zhong},
      year={2021},
      booktitle={ICASSP 2021}
}

@article{subakan2023exploring,
  author={Subakan, Cem and Ravanelli, Mirco and Cornell, Samuele and Grondin, François and Bronzi, Mirko},
  journal={IEEE/ACM Transactions on Audio, Speech, and Language Processing}, 
  title={Exploring Self-Attention Mechanisms for Speech Separation}, 
  year={2023},
  volume={31},
  pages={2169-2180},
}

About SpeechBrain

Runs of speechbrain sepformer-wham-enhancement on huggingface.co

184
Total runs
0
24-hour runs
3
3-day runs
4
7-day runs
60
30-day runs

More Information About sepformer-wham-enhancement huggingface.co Model

More sepformer-wham-enhancement license Visit here:

https://choosealicense.com/licenses/apache-2.0

sepformer-wham-enhancement huggingface.co

sepformer-wham-enhancement huggingface.co is an AI model on huggingface.co that provides sepformer-wham-enhancement's model effect (), which can be used instantly with this speechbrain sepformer-wham-enhancement model. huggingface.co supports a free trial of the sepformer-wham-enhancement model, and also provides paid use of the sepformer-wham-enhancement. Support call sepformer-wham-enhancement model through api, including Node.js, Python, http.

sepformer-wham-enhancement huggingface.co Url

https://huggingface.co/speechbrain/sepformer-wham-enhancement

speechbrain sepformer-wham-enhancement online free

sepformer-wham-enhancement huggingface.co is an online trial and call api platform, which integrates sepformer-wham-enhancement's modeling effects, including api services, and provides a free online trial of sepformer-wham-enhancement, you can try sepformer-wham-enhancement online for free by clicking the link below.

speechbrain sepformer-wham-enhancement online free url in huggingface.co:

https://huggingface.co/speechbrain/sepformer-wham-enhancement

sepformer-wham-enhancement install

sepformer-wham-enhancement is an open source model from GitHub that offers a free installation service, and any user can find sepformer-wham-enhancement on GitHub to install. At the same time, huggingface.co provides the effect of sepformer-wham-enhancement install, users can directly use sepformer-wham-enhancement installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

sepformer-wham-enhancement install url in huggingface.co:

https://huggingface.co/speechbrain/sepformer-wham-enhancement

Url of sepformer-wham-enhancement

sepformer-wham-enhancement huggingface.co Url

Provider of sepformer-wham-enhancement huggingface.co

speechbrain
ORGANIZATIONS

Other API from speechbrain

huggingface.co

Total runs: 3.1K
Run Growth: 1.9K
Growth Rate: 61.92%
Updated:February 26 2024