[+] Source separation server

This commit is contained in:
2025-11-22 18:29:11 +08:00
parent 481a5c4d6f
commit 57d2b62be8
4 changed files with 121 additions and 1 deletions
+15
View File
@@ -0,0 +1,15 @@
# Scripts
## Setup
```bash
mamba create -n audio-separator python=3.13
mamba activate audio-separator
pip install "audio-separator[cpu]" fastapi uvicorn python-multipart
```
## Usage
```bash
python server.py
```