Razican Muzansama commited on
Commit
7a77465
·
verified ·
1 Parent(s): 6addae1

Update crawl_README.md (#8)

Browse files

- Update crawl_README.md (a2affdfbf2d177627711d0a799bf4abbd6c78518)


Co-authored-by: Deep Shah <Muzansama@users.noreply.huggingface.co>

Files changed (1) hide show
  1. 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 to take:
 
 
 
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