Skip to content

Latest commit

 

History

History
43 lines (25 loc) · 857 Bytes

README.md

File metadata and controls

43 lines (25 loc) · 857 Bytes

AI powered chatbot

The chatbot is powered by customized small language model and also support retrieval medical information from the database.

Demo

Installation

pip install -r requirements.txt

Different way to run the app

make download

make up

Please use VSCode Run and Debug to run the app.

  • Python Streamlit for local inference and testing
  • Python Debugger for launching the backend server in the production environment

For developer

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