Add README.md
Browse files
README.md
CHANGED
|
@@ -21,6 +21,8 @@ tags:
|
|
| 21 |
|
| 22 |
Split music into 4 stems: drums, bass, vocals, other. 44.1 kHz stereo, FP32.
|
| 23 |
|
|
|
|
|
|
|
| 24 |
Core ML conversion of [adefossez/demucs](https://github.com/adefossez/demucs) for on-device inference on iPhone, iPad and Mac. Converted with `coremltools`; the packages are stateless, so all sequencing and buffering lives in your Swift code.
|
| 25 |
|
| 26 |
| | |
|
|
|
|
| 21 |
|
| 22 |
Split music into 4 stems: drums, bass, vocals, other. 44.1 kHz stereo, FP32.
|
| 23 |
|
| 24 |
+
<p><img src="https://huggingface.co/mlboydaisuke/HTDemucs-CoreML/resolve/main/media/fe22a231c3.gif" alt="HTDemucs demo"></p>
|
| 25 |
+
|
| 26 |
Core ML conversion of [adefossez/demucs](https://github.com/adefossez/demucs) for on-device inference on iPhone, iPad and Mac. Converted with `coremltools`; the packages are stateless, so all sequencing and buffering lives in your Swift code.
|
| 27 |
|
| 28 |
| | |
|