Care Companion is a LLM companion for doctors and pantients. Using the ability of LLM, it aimed to be doctor's and patients personal assistant Here is our demo
- Chatbot for Doctor : Utilizating RAG and Brave API, we give the every doctor its own personal assitant. You can ask any information about patients' information, latest medical paper, and many more
- Doctor Assistant : Utilizating RAG, it can help doctors to diagnose patient based on their sysmtomps and health record
- Chatbot for Patient : Using RAG and Brave API, the chatbot can answer most of patient's question about the hospital, including doctor's schedule, and any question about medical
- Patient Assistant : When register / book time schedule, our system help the patients to determine the best doctors based on your sysmtomps
- Clone the repository
git clone "https://github.com//Aquos06/Complit.git"
- Install dependency
python3 -m venv .venv
source .venv/bin/activate
pip3 install -r requirements
- Start application
streamlit run main.py