Skip to content

An AI chat bot that can be hosted on a local server thanks to FastAPI

Notifications You must be signed in to change notification settings

ali207715/ChatBot-FastAPI-

Repository files navigation

ChatBot (FastAPI)

An AI chat bot that can be hosted on a local server thanks to FastAPI

USAGE

To run the file, simply download all the files provided above into a directory and on terminal run this command (note: must have uvicorn installed):

uvicorn main:app --reload

After that, open your favourite browser to the link [http://127.0.0.1:8000] and viola! Chat away.

LIBRARIES REQUIRED

  • FastAPI (pip install fastapi)
  • uvicorn (pip install uvicorn)
  • Jinja2Templates (pip install jinja2)
  • numpy (pip install numpy)
  • pickle

PREVIEW

img

About

An AI chat bot that can be hosted on a local server thanks to FastAPI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published