The chatbot is powered by customized small language model and also support retrieval medical information from the database.
pip install -r requirements.txt
make download
make up
Please use VSCode Run and Debug
to run the app.
Python Streamlit
for local inference and testingPython Debugger
for launching the backend server in the production environment
After running the app, check address below
# Root router of the server
http://127.0.0.1:8000
# Swagger UI
http://127.0.0.1:8000/docs