Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 334 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 334 Bytes

Health Chat

# create venv
python3 -m venv .

# enter venv
source bin/activate

# install dependencies
pip install -r requirements.txt

# setup env vars
cp .env.template .env
# fill out the values in .env

# run the script
python3 src/main.py

Health Q&A data from https://github.com/LasseRegin/medical-question-answer-data