File size: 475 Bytes
07e97dd
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24


## To test the LLM only 
Download the relevant LLM python notebooks (e.g. `LLM for Patient.ipynb`)

Add your own .env file in the same directory as the notebook

Run :)

----------------------------------------------------------------
# How to run locally

git pull everything down

`python -m pip install -r requirements.txt`

Add your own .env file based on the env.example (huggingface, openai, firebase tokens required)

???

profit

---------------------------------