An open API service indexing awesome lists of open source software.

https://github.com/dmanjunath/health-chat


https://github.com/dmanjunath/health-chat

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

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