Spaces:
Sleeping
Sleeping
Update README.md
Browse filesRemoved quickstart now that this is on Hugging Face and not GitHub
README.md
CHANGED
@@ -14,7 +14,6 @@ pinned: false
|
|
14 |
|
15 |
## Table of Contents
|
16 |
- [About CantusSVS](#about-cantussvs)
|
17 |
-
- [Quick Start](#quick-start)
|
18 |
- [Preparing Your Input](#preparing-your-input)
|
19 |
- [Running Locally](#running-locally)
|
20 |
- [FAQ](#faq)
|
@@ -37,37 +36,6 @@ The dataset used for this project was built using [*Adventus: Dominica prima adv
|
|
37 |
|
38 |
---
|
39 |
|
40 |
-
## Quick Start
|
41 |
-
|
42 |
-
1. Clone the repository:
|
43 |
-
|
44 |
-
```bash
|
45 |
-
git clone https://github.com/yourusername/CantusSVS.git
|
46 |
-
cd CantusSVS
|
47 |
-
```
|
48 |
-
|
49 |
-
2. Set up the environment:
|
50 |
-
|
51 |
-
```bash
|
52 |
-
make setup
|
53 |
-
```
|
54 |
-
|
55 |
-
3. Run the web app locally:
|
56 |
-
|
57 |
-
```bash
|
58 |
-
make run
|
59 |
-
```
|
60 |
-
|
61 |
-
4. Open your browser at:
|
62 |
-
|
63 |
-
```
|
64 |
-
http://localhost:8501
|
65 |
-
```
|
66 |
-
|
67 |
-
Or just use the hosted app here: [https://cantussvs.streamlit.app](https://cantussvs.streamlit.app)
|
68 |
-
|
69 |
-
---
|
70 |
-
|
71 |
## Preparing Your Input
|
72 |
|
73 |
- Most commercial music composition software can export `.mei` files. MuseScore 4 is free to use.
|
|
|
14 |
|
15 |
## Table of Contents
|
16 |
- [About CantusSVS](#about-cantussvs)
|
|
|
17 |
- [Preparing Your Input](#preparing-your-input)
|
18 |
- [Running Locally](#running-locally)
|
19 |
- [FAQ](#faq)
|
|
|
36 |
|
37 |
---
|
38 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
39 |
## Preparing Your Input
|
40 |
|
41 |
- Most commercial music composition software can export `.mei` files. MuseScore 4 is free to use.
|