Yew Chong
Update README.md
5684b7b unverified
|
raw
history blame
621 Bytes
---
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
---------------------------------