All Projects → rishikksh20 → hifigan-denoiser

rishikksh20 / hifigan-denoiser

Licence: Apache-2.0 License
HiFi-GAN: High Fidelity Denoising and Dereverberation Based on Speech Deep Features in Adversarial Networks

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to hifigan-denoiser

ttslearn
ttslearn: Library for Pythonで学ぶ音声合成 (Text-to-speech with Python)
Stars: ✭ 158 (+79.55%)
Mutual labels:  speech, wavenet, speech-processing
Vq Vae Speech
PyTorch implementation of VQ-VAE + WaveNet by [Chorowski et al., 2019] and VQ-VAE on speech signals by [van den Oord et al., 2017]
Stars: ✭ 187 (+112.5%)
Mutual labels:  speech, wavenet, speech-processing
Wavenet vocoder
WaveNet vocoder
Stars: ✭ 1,926 (+2088.64%)
Mutual labels:  speech, wavenet, speech-processing
Speech Denoising Wavenet
A neural network for end-to-end speech denoising
Stars: ✭ 516 (+486.36%)
Mutual labels:  speech, wavenet, speech-processing
React Native Dialogflow
A React-Native Bridge for the Google Dialogflow (API.AI) SDK
Stars: ✭ 182 (+106.82%)
Mutual labels:  speech, speech-processing
Reconstructing faces from voices
An example of the paper "reconstructing faces from voices"
Stars: ✭ 127 (+44.32%)
Mutual labels:  speech, gan
Neural Voice Cloning With Few Samples
Implementation of Neural Voice Cloning with Few Samples Research Paper by Baidu
Stars: ✭ 211 (+139.77%)
Mutual labels:  speech, speech-processing
Sincnet
SincNet is a neural architecture for efficiently processing raw audio samples.
Stars: ✭ 764 (+768.18%)
Mutual labels:  waveform, speech-processing
Segan
Speech Enhancement Generative Adversarial Network in TensorFlow
Stars: ✭ 661 (+651.14%)
Mutual labels:  speech, gan
Gcc Nmf
Real-time GCC-NMF Blind Speech Separation and Enhancement
Stars: ✭ 231 (+162.5%)
Mutual labels:  speech, speech-processing
Keras Sincnet
Keras (tensorflow) implementation of SincNet (Mirco Ravanelli, Yoshua Bengio - https://github.com/mravanelli/SincNet)
Stars: ✭ 47 (-46.59%)
Mutual labels:  waveform, speech-processing
Tfg Voice Conversion
Deep Learning-based Voice Conversion system
Stars: ✭ 115 (+30.68%)
Mutual labels:  speech, speech-processing
Shifter
Pitch shifter using WSOLA and resampling implemented by Python3
Stars: ✭ 22 (-75%)
Mutual labels:  speech, speech-processing
wavelet-denoiser
A wavelet audio denoiser done in python
Stars: ✭ 29 (-67.05%)
Mutual labels:  speech-processing, denoising
awesome-speech-enhancement
A curated list of awesome Speech Enhancement papers, libraries, datasets, and other resources.
Stars: ✭ 48 (-45.45%)
Mutual labels:  speech-processing, denoising
Wavenet Enhancement
Speech Enhancement using Bayesian WaveNet
Stars: ✭ 86 (-2.27%)
Mutual labels:  speech, wavenet
Speechbrain.github.io
The SpeechBrain project aims to build a novel speech toolkit fully based on PyTorch. With SpeechBrain users can easily create speech processing systems, ranging from speech recognition (both HMM/DNN and end-to-end), speaker recognition, speech enhancement, speech separation, multi-microphone speech processing, and many others.
Stars: ✭ 242 (+175%)
Mutual labels:  speech, speech-processing
Pysptk
A python wrapper for Speech Signal Processing Toolkit (SPTK).
Stars: ✭ 297 (+237.5%)
Mutual labels:  speech, speech-processing
IMS-Toucan
Text-to-Speech Toolkit of the Speech and Language Technologies Group at the University of Stuttgart. Objectives of the development are simplicity, modularity, controllability and multilinguality.
Stars: ✭ 295 (+235.23%)
Mutual labels:  speech, speech-processing
UniSpeech
UniSpeech - Large Scale Self-Supervised Learning for Speech
Stars: ✭ 224 (+154.55%)
Mutual labels:  speech, speech-processing

HiFiGAN Denoiser

This is a Unofficial Pytorch implementation of the paper HiFi-GAN: High Fidelity Denoising and Dereverberation Based on Speech Deep Features in Adversarial Networks.

Citations

@misc{su2020hifigan,
      title={HiFi-GAN: High-Fidelity Denoising and Dereverberation Based on Speech Deep Features in Adversarial Networks}, 
      author={Jiaqi Su and Zeyu Jin and Adam Finkelstein},
      year={2020},
      eprint={2006.05694},
      archivePrefix={arXiv},
      primaryClass={eess.AS}
}

Requirement

Tested on Python 3.6

pip install -r requirements.txt

Train & Tensorboard

  • python train.py -c [config yaml file]

  • tensorboard --logdir log_dir

Inference

  • python inference.py -p [checkpoint path] -i [input wav path]

Checkpoint :

  • WIP

References

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].