# 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