/zummit_bot

Chatbot training project

Primary LanguagePython

Damiloa Bot

Damilola

Chatbot API build with FastAPI and ChatterBot

To Run the API

  1. Create a virtualenv
    python3 -m venv bot 
    then activate the env
  2.  bot\bin\activate
  3. Install dependencies from the requirements.txt file
    pip install -r requirements.txt
  4. Finaly, run the API with the command:
        uvicorn app:app --reload