Code Monkey home page Code Monkey logo

snr-estimation-using-deep-learning's Introduction

SNR-Estimation-Using-Deep-Learning

PyTorch implementation of Frame-level Signal-to-Noise Ratio Estimation using Deep Learning.

This implementation includes distributed training and trained on LibriSpeech -train-clean-100.tar.gz- dataset and the noise collected from different sources.

The below image is taken from the training on LibriSpeech

123

The below images are samples shows the results

image

image

Setup

  1. Download and extract LibriSpeech
  2. Clone this repo: git clone https://github.com/msalhab96/SNR-Estimation-Using-Deep-Learning
  3. CD into this repo: cd SNR-Estimation-Using-Deep-Learning
  4. Install the requirements: pip install -r requiremnts.txt

Training

To train the model follow the steps below:

  1. Preprocess all the audio files and make sure all of them are single channeled audios
  2. Change the configuration in the config/configs.yaml file
  3. Run python train.py to train from scratch or python train.py checkpoint=path/to/checkpoint to train the model from a checkpoint
  4. Run tensorboard --logdir=logdir/ to monitor the training (optional)

Pre-trained model

You can download the pretrained model from here

snr-estimation-using-deep-learning's People

Contributors

msalhab96 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

snr-estimation-using-deep-learning's Issues

MRCG Features in the pipeline

in the paper they concluded that the best feature to use is "MRCG" but you are using the code "MFCC", is this a design choice or just for getting a POC out?

thank you

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.