Skip to content

My own easy-to-understand implementation of the paper Jansson et al., "Singing Voice Separation with Deep U-Net Convolutional Networks"

Notifications You must be signed in to change notification settings

tingyus995/vocal_remover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deep-Learning Vocal Remover

Introduction

My own easy-to-understand implementation of the paper Jansson et al., "Singing Voice Separation with Deep U-Net Convolutional Networks" using PyTorch and librosa.

Usage

Training

  • Put audio files with instrument-only track on the left channel and mixed (with vocal) track on the right channel into the data directory.

  • Run train.py

Inference

  • Specify input media in inference.py.
  • Run inference.py
  • The result will be saved as result.wav.

About

My own easy-to-understand implementation of the paper Jansson et al., "Singing Voice Separation with Deep U-Net Convolutional Networks"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages