Spaces:
Sleeping
Sleeping
Update crawl_README.md
#8
by
Muzansama - opened
- crawl_README.md +5 -2
crawl_README.md
CHANGED
|
@@ -42,9 +42,12 @@ A simple python summarize.py executes it and populates "SummarizedCleanHospitalD
|
|
| 42 |
---
|
| 43 |
|
| 44 |
The files need to be executed in the follwoing order:
|
| 45 |
-
crawl.py -> clean.py -> summarize.py
|
| 46 |
|
| 47 |
-
Steps
|
|
|
|
|
|
|
|
|
|
| 48 |
1. after making and activating a virtual environment
|
| 49 |
2. pip install -r requirements.txt
|
| 50 |
3. echo "<API-KEY-HERE>" >> openrouteapi.txt
|
|
|
|
| 42 |
---
|
| 43 |
|
| 44 |
The files need to be executed in the follwoing order:
|
| 45 |
+
crawl.py -> clean.py -> summarize.py
|
| 46 |
|
| 47 |
+
Steps for API key generation:
|
| 48 |
+
1. visit https://openrouter.ai/settings/keys
|
| 49 |
+
2. Create an account if not already and you can generate API keys from OpenRouter
|
| 50 |
+
Steps to execute:
|
| 51 |
1. after making and activating a virtual environment
|
| 52 |
2. pip install -r requirements.txt
|
| 53 |
3. echo "<API-KEY-HERE>" >> openrouteapi.txt
|