The repository for the medical regulatory RAG application. To allows medical personell stay upto date with the regulatory practices set by medical institutions.
To run the application, you must install the libraries listed in requirements.txt
.
pip install -r requirements.txt
Then run the streamlit run
command to start the app on http://localhost:8501.
streamlit run bot.py ```