https://github.com/dmanjunath/health-chat
https://github.com/dmanjunath/health-chat
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dmanjunath/health-chat
- Owner: dmanjunath
- Created: 2023-07-28T20:48:06.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-03T00:01:56.000Z (almost 3 years ago)
- Last Synced: 2025-03-28T13:15:09.193Z (about 1 year ago)
- Language: Python
- Size: 7.53 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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