Skip to content

Dockerized Facebook Demucs library to make it easy its execution

License

Notifications You must be signed in to change notification settings

fernandor2/docker-facebook-demucs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Facebook Demucs

This repository dockerize the Facebook Demucs to split music tracks into different tracks (bass, drums, voice, others).

Usage

1. Clone this repository

git clone https://github.com/xserrat/docker-facebook-demucs.git demucs

2. Split a music track

  1. Copy the track you want to split into the input folder (i.e: input/mysong.mp3).
  2. Execute Demucs specifying the track argument with only the name of the file:
make run track=mysong.mp3

This process will take some time the first time due to the execution will:

  • Download the image with the whole needed environment to run the facebook demucs script.
  • Download the pretrained models
  • Execute the python command demucs.separate to split the track.

License

This repository is released under the MIT license as found in the LICENSE file.

About

Dockerized Facebook Demucs library to make it easy its execution

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 64.9%
  • Dockerfile 35.1%