From 4f578dc8bd042d2e66cc1c8555b00e363a5c2b82 Mon Sep 17 00:00:00 2001 From: fabiogra Date: Fri, 14 Jul 2023 19:03:12 +0200 Subject: [PATCH] docs: update readme --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a9947e2..2b71fdd 100644 --- a/README.md +++ b/README.md @@ -28,8 +28,13 @@ alt="Docker"> alt="Buy me a coffee"> --- + + - [Setup](#setup) + - [Local environment](#local-environment) + - [Docker](#docker) + - [(Optional) Preprocess samples](#optional-preprocess-samples) - [About](#about) - [High-Quality Stem Separation](#high-quality-stem-separation) - [Advanced AI Algorithms](#advanced-ai-algorithms) @@ -46,7 +51,6 @@ alt="Buy me a coffee"> - [How can I get in touch with you?](#how-can-i-get-in-touch-with-you) - [Disclaimer](#disclaimer) - --- @@ -60,6 +64,10 @@ set the `PYTHONPATH` to the root folder: ```bash export PYTHONPATH=path/to/moseca ``` +download the vocal remover model: +```bash +wget --progress=bar:force:noscroll https://huggingface.co/fabiogra/baseline_vocal_remover/resolve/main/baseline.pth +``` then run the app with: ```bash streamlit run app/header.py