Skip to content

ZooHigher26/chatpilot

 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 90.2%
  • Makefile 9.8%