GithubHelp home page GithubHelp logo

wenwanchen / a-convolutional-recurrent-neural-network-for-real-time-speech-enhancement Goto Github PK

View Code? Open in Web Editor NEW

This project forked from haoxiangsnr/a-convolutional-recurrent-neural-network-for-real-time-speech-enhancement

0.0 1.0 0.0 45 KB

A minimum unofficial implementation of the A Convolutional Recurrent Neural Network for Real-Time Speech Enhancement (CRN) using PyTorch.

Python 100.00%

a-convolutional-recurrent-neural-network-for-real-time-speech-enhancement's Introduction

A Convolutional Recurrent Neural Network for Real-Time Speech Enhancement

A minimum unofficial implementation of the A Convolutional Recurrent Neural Network for Real-Time Speech Enhancement (CRN) using PyTorch.

ToDo

  • Real-time version
  • Update trainer
  • Visualization of the spectrogram and the metrics (PESQ, STOI, SI-SDR) in the training
  • More docs

Usage

Training:

python train.py -C config/train/baseline_model.json5

Inference:

python inference.py \
    -C config/inference/basic.json5 \
    -cp ~/Experiments/CRN/baseline_model/checkpoints/latest_model.tar \
    -dist ./enhanced

Check out the README of Wave-U-Net for SE to learn more.

Performance

PESQ, STOI, SI-SDR on DEMAND - Voice Bank test dataset, for reference only:

Experiment PESQ SI-SDR STOI
Noisy 1.979 8.511 0.9258
CRN 2.528 17.71 0.9325
CRN signal approximation 2.606 17.84 0.9382

Dependencies

  • Python==3.*.*
  • torch==1.*
  • librosa==0.7.0
  • tensorboard
  • pesq
  • pystoi
  • matplotlib
  • tqdm

References

a-convolutional-recurrent-neural-network-for-real-time-speech-enhancement's People

Contributors

haoxiangsnr avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.