Created
May 24, 2024 04:58
-
-
Save Nerahikada/4d4fa6a4387b2ab6ba09f13b4d687ff5 to your computer and use it in GitHub Desktop.
Install UVR5 on Ubuntu 22.04 (or above?)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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