fabiogra commited on
Commit
4f578dc
1 Parent(s): de58ad9

docs: update readme

Browse files
Files changed (1) hide show
  1. README.md +9 -1
README.md CHANGED
@@ -28,8 +28,13 @@ alt="Docker"></a><a href="https://www.buymeacoffee.com/fabiogra">
28
  alt="Buy me a coffee"></a>
29
 
30
  ---
 
 
31
 
32
  - [Setup](#setup)
 
 
 
33
  - [About](#about)
34
  - [High-Quality Stem Separation](#high-quality-stem-separation)
35
  - [Advanced AI Algorithms](#advanced-ai-algorithms)
@@ -46,7 +51,6 @@ alt="Buy me a coffee"></a>
46
  - [How can I get in touch with you?](#how-can-i-get-in-touch-with-you)
47
  - [Disclaimer](#disclaimer)
48
 
49
-
50
  ---
51
 
52
 
@@ -60,6 +64,10 @@ set the `PYTHONPATH` to the root folder:
60
  ```bash
61
  export PYTHONPATH=path/to/moseca
62
  ```
 
 
 
 
63
  then run the app with:
64
  ```bash
65
  streamlit run app/header.py
 
28
  alt="Buy me a coffee"></a>
29
 
30
  ---
31
+ <video src="https://i.imgur.com/N1Ol78S.mp4" alt="Moseca Video Demo" width="100%" controls autoplay></video>
32
+
33
 
34
  - [Setup](#setup)
35
+ - [Local environment](#local-environment)
36
+ - [Docker](#docker)
37
+ - [(Optional) Preprocess samples](#optional-preprocess-samples)
38
  - [About](#about)
39
  - [High-Quality Stem Separation](#high-quality-stem-separation)
40
  - [Advanced AI Algorithms](#advanced-ai-algorithms)
 
51
  - [How can I get in touch with you?](#how-can-i-get-in-touch-with-you)
52
  - [Disclaimer](#disclaimer)
53
 
 
54
  ---
55
 
56
 
 
64
  ```bash
65
  export PYTHONPATH=path/to/moseca
66
  ```
67
+ download the vocal remover model:
68
+ ```bash
69
+ wget --progress=bar:force:noscroll https://huggingface.co/fabiogra/baseline_vocal_remover/resolve/main/baseline.pth
70
+ ```
71
  then run the app with:
72
  ```bash
73
  streamlit run app/header.py