DaProgammer commited on
Commit
1bd6a29
·
verified ·
1 Parent(s): a66dfc3

creating model README

Browse files

# AudioMorph 4-Stem Separator

This is a fine-tuned Open-Unmix model trained on the MUSDB18 dataset using PyTorch.
It separates mixed audio tracks into 4 isolated stems: Vocals, Drums, Bass, and Other.

Created for the AudioMorph full-stack DSP web application.

Files changed (1) hide show
  1. README.md +10 -0
README.md ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ datasets:
4
+ - danjacobellis/musdb18HQ
5
+ tags:
6
+ - pytorch
7
+ - open-unmix
8
+ - music
9
+ - stem-separation
10
+ ---