This is a big project that we broke into five separate microservices. The frontends are in this directory.
There is also a python server that has the database. https://github.com/doibio/doctorAI-server
There is a python backend server that talks to Google Vertex AI LLM. https://github.com/doibio/doctorAI-backend
There are two TruLens projects, one to help us make the ads, and one to help us search the abstracts. https://github.com/doibio/doctorAI-trulens
This directory contains the frontend.
streamlit_app.py : Main app
VueChatBot : vue.js version of app
FlutterChatBot : Flutter version of app