It's a Rag Based Medical ChatBot.
Run the below command to install the required packages.
pip install -r requirements.txt
Run the below command to start the ChatBot's Backend.
python backend.py
Run the below command to start the ChatBot's Frontend.
streamlit run app/navigation.py
Warning
- The ChatBot is still in development phase. It may not work as expected.
- Please report any issues in the issues section.
- I have no idea how to even run the RAG model. I am just trying to make it work. 😅