zkeown commited on
Commit
ae279e4
·
verified ·
1 Parent(s): 857d5e0

Add README

Browse files
Files changed (1) hide show
  1. README.md +34 -0
README.md ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - coreml
4
+ - audio
5
+ - music-source-separation
6
+ - schism
7
+ license: mit
8
+ ---
9
+
10
+ # SCNet Large
11
+
12
+ CoreML model for [Schism](https://github.com/zakkeown/Schism) audio separation framework.
13
+
14
+ SCNet Large (~41M params) for higher-quality 4-stem separation
15
+
16
+ ## Details
17
+
18
+ | Property | Value |
19
+ |----------|-------|
20
+ | Expert IDs | scnet-large |
21
+ | Tasks | stemSeparation, vocalSeparation |
22
+ | Quality | high |
23
+ | Est. RTF | 0.8 |
24
+ | Peak Memory | 1600 MB |
25
+
26
+ ## Usage
27
+
28
+ Install to your local Schism model store:
29
+
30
+ ```bash
31
+ schism models install scnet-large
32
+ ```
33
+
34
+ Or manually place in `~/.schism/models/scnet-large/v1.0.0/`.