Skip to content

Instantly share code, notes, and snippets.

@Nerahikada
Created May 24, 2024 04:58
Show Gist options
  • Save Nerahikada/4d4fa6a4387b2ab6ba09f13b4d687ff5 to your computer and use it in GitHub Desktop.
Save Nerahikada/4d4fa6a4387b2ab6ba09f13b4d687ff5 to your computer and use it in GitHub Desktop.
Install UVR5 on Ubuntu 22.04 (or above?)
#!/usr/bin/env bash
sudo apt install ffmpeg python3-pip python3-tk freeglut3-dev
git clone https://github.com/Anjok07/ultimatevocalremovergui.git
cd ultimatevocalremovergui
SKLEARN_ALLOW_DEPRECATED_SKLEARN_PACKAGE_INSTALL=True pip3 install -r requirements.txt
python3 UVR.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment