Used UVR5 to separate vocals from the audio.
- VR
POST /voice/vocal_process
Query: ossFilePath
git clone https://github.com/MuShare/UVR5_API.git
cd UVR5_API
python -m venv venv
source venv/bin/activate
pip install -r requirement.txt
uvicorn main:app --host 0.0.0.0