Develop a blood-pressure Q&A agent to answer the following questions based on patients’ vitals and medication data provided
-
Did the patient have Hypertension/Hypotension given blood-pressure records from vitals?
-
Did the patient get the medication order to treat hypertension/hypotension if any?
- Agent loads data from data folder and saves in DB.
- Agent then queries OpenAI GPT-4 to with above questions and data retrieved from DB.
- Agent Responses stored in DB are retrieved and analyze against heuristic logic predictions.
From the Video Submission and Submission Logs, we can see that patient 1 has Hypertension and has been provided with the appropriate medicine. Patient 2 however has Hypotension has not yet been provided with the appropriate medicine.
Datasets need to be loaded in data\___.csv
folder and DB used is MongoDB Atlas (URI in constants\constants.py
)
Please add a .env
file where you can put your OPENAI_KEY
. Note - OpenAI doesn't allow pushing these keys on Github.
All templates are visible click here
Please see the Video/Log Submission where the Agent runs from Docker container, queries LLM and shows responses against heurstic logic
Video click here Logs click here