All Projects → ghunkins → Voice-Denoising-AN

ghunkins / Voice-Denoising-AN

Licence: other
A Conditional Generative Adverserial Network (cGAN) was adapted for the task of source de-noising of noisy voice auditory images. The base architecture is adapted from Pix2Pix.

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to Voice-Denoising-AN

MXNet-GAN
MXNet Implementation of DCGAN, Conditional GAN, pix2pix
Stars: ✭ 23 (-45.24%)
Mutual labels:  pix2pix, cgan
traiNNer
traiNNer: Deep learning framework for image and video super-resolution, restoration and image-to-image translation, for training and testing.
Stars: ✭ 130 (+209.52%)
Mutual labels:  pix2pix, denoising
cgan-face-generator
Face generator from sketches using cGAN (pix2pix) model
Stars: ✭ 52 (+23.81%)
Mutual labels:  pix2pix, cgan
awesome-speech-enhancement
A curated list of awesome Speech Enhancement papers, libraries, datasets, and other resources.
Stars: ✭ 48 (+14.29%)
Mutual labels:  denoising, speech-enhancement
ios-swift-chat-app
Open-source Voice & Video Calling and Text Chat App for Swift (iOS)
Stars: ✭ 111 (+164.29%)
Mutual labels:  voice
univoice
Voice chat/VoIP solution for unity. P2P implementation included.
Stars: ✭ 192 (+357.14%)
Mutual labels:  voice
vortex
Revolt voice server
Stars: ✭ 61 (+45.24%)
Mutual labels:  voice
sampvoice
Software Development Kit for implementing Pawn voice systems for SA:MP servers.
Stars: ✭ 79 (+88.1%)
Mutual labels:  voice
ecg-denoise
Denoise of ECG signal with machine learning
Stars: ✭ 36 (-14.29%)
Mutual labels:  denoising
JSTASR-DesnowNet-ECCV-2020
This is the project page of our paper which has been published in ECCV 2020.
Stars: ✭ 17 (-59.52%)
Mutual labels:  denoising
vonage-node-code-snippets
NodeJS code examples for using Nexmo
Stars: ✭ 46 (+9.52%)
Mutual labels:  voice
talkie
Text-to-speech browser extension button. Select text on any web page, and have the computer read it out loud for you by simply clicking the Talkie button.
Stars: ✭ 43 (+2.38%)
Mutual labels:  voice
TeamCord
Cross voice communication between Teamspeak and Discord
Stars: ✭ 35 (-16.67%)
Mutual labels:  voice
pytorch gan
Spectral Normalization and Projection Discriminator
Stars: ✭ 16 (-61.9%)
Mutual labels:  cgan
somleng-switch
SomlengSWITCH. Somleng's TwiML Engine, FreeSWITCH configuration and infrastructure.
Stars: ✭ 16 (-61.9%)
Mutual labels:  voice
0x4447 product answering machine
☎️ An automated answering machine build on top of Amazon Connect
Stars: ✭ 38 (-9.52%)
Mutual labels:  voice
gm 8bit
Audio interception utils for garry's mod
Stars: ✭ 28 (-33.33%)
Mutual labels:  voice
ios-swift-chat-ui-kit
Ready-to-use Chat UI Components for Swift (iOS)
Stars: ✭ 42 (+0%)
Mutual labels:  voice
vasisualy
Vasisualy it's a simple Russian voice assistant written on Python for GNU/Linux, Windows and Android.
Stars: ✭ 33 (-21.43%)
Mutual labels:  voice
ReminderPro
ReminderPro(location, note, voice recording)
Stars: ✭ 27 (-35.71%)
Mutual labels:  voice

Source-Denoising-Pix2Pix-cGAN

Basic Information


Author: Gregory Hunkins

Organization: University of Rochester

License: MIT

Abstract: An Conditional Generative Adverserial Network (cGAN) was adapted for the task of source de-noising of noise voice auditory images. The base architecture is adapted from Pix2Pix. The cGAN inputs fixed-length short-time Fourier Transform (STFT) magnitude features of the noisy speech and returns a denoised image that can be converted to the time-domain via IFFT. The dataset is created by randomly combined TIMIT speaker samples and non-stationary noise. For the non-stationary noise, Duan et al.'s dataset is used: http://www2.ece.rochester.edu/~zduan/data/noise/.

Running The Code


Reference: https://cs.rochester.edu/~cxu22/t/577F17/bluehive_tutorial.html

For the most recent architecture, navigate into the Architecture_v4 folder. Submit job.sh to train the architecture and save results.

sbatch src/model/job.sh

Subjective Evaluation


The full validation set can be downloaded in two different ways: via validation example or seperated into dB noise classes. The first link contains all validation examples with both the appropriate WAV and PNG files. The second link only contains the relevant WAV files. Both are ~2GB.

Full Validation (WAV and PNG) and dB Separated Validation Set (WAV)

Data


The data is available in HDF5 format.

NoisyAudImg10K

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