Reducing the Noise in the Audio Signal by Deep Learning Methods
Sekte is a project which aims removing noise from noisy sounds with Convolutional Neural Networks machine learning model. It works like krisp.ai. Sekte also shows details of the cleaned sound with using Google's yamnet model.
This repository has a simple backend and desktop application as an example. This model can also be trained much better and run as a driver. Thus, the noise received from the microphone and speaker can be instantly eliminated.
- DaitanGroup, 2019, How To Build a Deep Audio De-Noiser Using TensorFlow 2.0 medium.com/better-programming
- Se Rim Park, Jinwon Lee, 2016, A Fully Convolutional Neural Network for Speech Enhancement arxiv.org
- Google AudioSet research.google.com/audioset/
- YAMNet github.com/tensorflow
- Cnn-audio-denoiser github.com/daitan-innovation
- Davit Baghdasaryan, 2018, Real-Time Noise Suppression Using Deep Learning devlogs.nvidia.com
- Google Colab colab.research.google.com