Split the audio track from a music with machine learning

				
					docker run \
    -v $(pwd)/output:/output \
    -v $(pwd)/model:/model researchdeezer/spleeter separate \
    -i input.mp3 \
    -o /output \
    -p spleeter:5stems
				
			

You might also like