File size: 621 Bytes
5684b7b
 
 
 
 
 
 
 
 
 
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
25
26
27
28
29
30
31
32
33
---
title: Mediscenario Streamlit
emoji: 📈
colorFrom: red
colorTo: indigo
sdk: streamlit
sdk_version: 1.30.0
app_file: app.py
pinned: false
---

## 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

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