Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiogra committed Jul 14, 2023
1 parent de58ad9 commit 4f578dc
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,13 @@ alt="Docker"></a><a href="https://www.buymeacoffee.com/fabiogra">
alt="Buy me a coffee"></a>

---
<video src="https://i.imgur.com/N1Ol78S.mp4" alt="Moseca Video Demo" width="100%" controls autoplay></video>


- [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)
Expand All @@ -46,7 +51,6 @@ alt="Buy me a coffee"></a>
- [How can I get in touch with you?](#how-can-i-get-in-touch-with-you)
- [Disclaimer](#disclaimer)


---


Expand All @@ -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
Expand Down

0 comments on commit 4f578dc

Please sign in to comment.