owiedotch commited on
Commit
3073b91
1 Parent(s): c17e437

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +52 -6
README.md CHANGED
@@ -1,12 +1,58 @@
1
  ---
2
- title: Demucs Stem Separation
3
- emoji: 📊
4
- colorFrom: green
5
- colorTo: pink
6
  sdk: gradio
7
- sdk_version: 4.42.0
8
  app_file: app.py
9
  pinned: false
10
  ---
11
 
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ title: Demucs Music Source Separation and Mixing
3
+ emoji: 🎵
4
+ colorFrom: blue
5
+ colorTo: purple
6
  sdk: gradio
7
+ sdk_version: 3.36.1
8
  app_file: app.py
9
  pinned: false
10
  ---
11
 
12
+ # Demucs Music Source Separation and Mixing
13
+
14
+ This Space uses the Demucs model to separate music into individual stems (vocals, drums, bass, and other) and allows you to mix them back together.
15
+
16
+ ## Features
17
+
18
+ - Separate audio into four stems: vocals, drums, bass, and other instruments
19
+ - Choose from multiple Demucs models for separation
20
+ - Select which stems to include in the final mix
21
+ - Option to save the output as MP3 with adjustable bitrate
22
+ - Real-time progress updates with a sleek interface
23
+
24
+ ## How to Use
25
+
26
+ 1. Upload an audio file (WAV format recommended)
27
+ 2. Select a Demucs model from the dropdown menu
28
+ 3. Choose which stems you want in the final mix (vocals, drums, bass, other)
29
+ 4. Optionally, select "Save as MP3" and adjust the bitrate
30
+ 5. Click "Process" to start the separation and mixing
31
+ 6. Wait for the process to complete (you'll see real-time updates)
32
+ 7. Download the mixed audio and individual stems
33
+
34
+ ## Models Available
35
+
36
+ - htdemucs
37
+ - htdemucs_ft
38
+ - htdemucs_6s
39
+ - hdemucs_mmi
40
+ - mdx
41
+ - mdx_extra
42
+ - mdx_q
43
+ - mdx_extra_q
44
+
45
+ ## Technical Details
46
+
47
+ - Built with Gradio
48
+ - Uses Facebook's Demucs for audio separation
49
+ - GPU-accelerated when available
50
+ - Supports both WAV and MP3 output formats
51
+
52
+ ## License
53
+
54
+ This project uses the Demucs model, which is licensed under the Creative Commons Attribution-NonCommercial 4.0 International License. Please refer to the [Demucs repository](https://github.com/facebookresearch/demucs) for more details on usage and restrictions.
55
+
56
+ ## Acknowledgements
57
+
58
+ This Space is powered by the [Demucs](https://github.com/facebookresearch/demucs) model developed by Facebook Research.