From 21e7803b41ca3fcd2854e367a611d42dc4d1e70e Mon Sep 17 00:00:00 2001 From: Anjok07 <68268275+Anjok07@users.noreply.github.com> Date: Mon, 20 Jul 2020 17:12:25 -0500 Subject: [PATCH] Update README.md --- README.md | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 420eaed..ad63ace 100644 --- a/README.md +++ b/README.md @@ -7,21 +7,21 @@ This is a deep-learning-based tool that extracts the instrumental track from a t The application was made with Tkinter for cross platform compatibility, so this should work with Windows, Mac, and Linux systems. I've only personally tested this on Windows 10 & Linux Ubuntu. ### Install Required Applications & Packages + +####1. Download & install Python 3.7 *Make sure to check the box that says "Add Python 3.7 to PATH" +####2. Once Python has installed, open the Windows Command Prompt and run the following installs - +#####- If you plan on doing conversions with your Nvidia GPU, please install the following - ``` -1. Download & install Python 3.7 *Make sure to check the box that says "Add Python 3.7 to PATH" - -2. Once Python has installed, open the Windows Command Prompt and run the following installs - - - - If you plan on doing conversions with your Nvidia GPU, please install the following - - pip install torch==1.5.0+cu101 torchvision==0.6.0+cu101 -f https://download.pytorch.org/whl/torch_stable.html +``` +#####- If you don't have a compatible Nvidia GPU and plan on only using the CPU version please do not check the "GPU Conversion" option in the GUI and install the following - - - If you don't have a compatible Nvidia GPU and plan on only using the CPU version please do not check the "GPU Conversion" option in the GUI and install the following - - +``` pip install torch==1.5.0+cpu torchvision==0.6.0+cpu -f https://download.pytorch.org/whl/torch_stable.html +``` +#####- The rest need to be installed regardless! - - - The rest need to be installed regardless! - - +``` pip install Pillow pip install tqdm==4.30.0 pip install librosa==0.6.3 @@ -29,10 +29,8 @@ pip install torch==1.5.0+cpu torchvision==0.6.0+cpu -f https://download.pytorch. pip install numba==0.48.0 pip install SoundFile pip install soundstretch - -3. For the ability to convert mp3, mp4, m4a, and flac files, you'll need ffmpeg installed and configured! - ``` +####3. For the ability to convert mp3, mp4, m4a, and flac files, you'll need ffmpeg installed and configured! ### Getting vocal-remover Download the latest version from [here](https://xx).