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

329 B

Scripts

Setup

mamba create -n audio-separator python=3.13
mamba activate audio-separator
pip install "audio-separator[cpu]" fastapi uvicorn python-multipart

Usage

python server.py

Compute requirements

My hardware is V100 16GB, and the model took ~1.5GB. So probably any potato would work.