Files
amaoke.app/scripts/README.md
T
2025-11-22 20:45:07 +08:00

19 lines
329 B
Markdown

# 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
```
## Compute requirements
My hardware is V100 16GB, and the model took ~1.5GB. So probably any potato would work.