Skip to content

DDAE speech enhancement on spectrogram domain using Keras

Notifications You must be signed in to change notification settings

jerrygood0703/DDAE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DDAE speech enhancement

Hyper-parameters are not tuned to optimal

Prerequisites:

  • Keras 1.2
  • Tensorflow 1.x as backend
  • h5py
  • librosa
  • scipy

Getting Started:

Extract spectrogram features:

python spectrum.py data.h5 list_noisy list_clean

Train DDAE using Keras:

python train_DNN.py data.h5

Enhance test wave files using trained model:

python test_gen_spec.py model.hdf5 list_noisy

About

DDAE speech enhancement on spectrogram domain using Keras

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages