Giter VIP home page Giter VIP logo

music_noise_reduction's Introduction

Music_noise_reduction

Contents

  • [Authors]
  • [Introduction]
  • [Dataset Description]
  • [Solution Description]
  • [Requirements]
  • [Instalation]
  • [Useful Links]

Authors

Organization Name Email
PUJ-Bogota Sebastián Pineda [email protected]
PUJ-Bogota Daniel Duque [email protected]

Introduction

Deep Learning Experimentation for training an autoencoder model capable of removing noise features from given audios

Dataset Description

We used the following datasets:

Solution Description

On the src folder you will find the notebooks used for building autoencoders:

  • src\autoencoder1.ipynb : autoencoders trained on pure wav sequence
  • src\autoencoder2.ipynb : autoencoders trained on mel spectrograms
  • src\noise_adding.ipynb : notebook for overlaying noise audio on clean audio samples
  • src\transformers.py : sample code for training transformers based on mel spectrograms

Requirements

Basic reference of which libraries and versions were used

tensorboard=2.9.1
tensorboard-data-server=0.6.1
tensorboard-plugin-wit=1.8.1
tensorflow=2.11.0
tensorflow-estimator=2.9.0
tensorflow-intel=2.11.0
tensorflow-io-gcs-filesystem=0.30.0
librosa=0.10.0.post2
matplotlib-inline=0.1.6

Instalation

  • To create enviroment on conda:

conda create --name --file requirements.txt

  • To create enviroment using pip

If you want a file which you can use to create a pip virtual environment (i.e. a requirements.txt in the right format) you can install pip within the conda environment, then use pip to create requirements.txt.

conda activate conda install pip pip freeze > requirements.txt

Then use the resulting requirements.txt to create a pip virtual environment:

python3 -m venv env source env/bin/activate pip install -r requirements.txt

Some usefull links:

https://www.tensorflow.org/io/tutorials/audio
https://towardsdatascience.com/audio-ai-isolating-instruments-from-stereo-music-using-convolutional-neural-networks-584ababf69de
https://www.kaggle.com/datasets/imsparsh/musicnet-dataset
https://www.tensorflow.org/tutorials/audio/simple_audio

music_noise_reduction's People

Contributors

jpined93 avatar daniel-duque 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.