/order-chatbot

Primary LanguageHTMLGNU General Public License v3.0GPL-3.0

Order Assist ChatBot

How to run the app?

Create a python3 environment (<=3.8.x)

  python3 -m venv venv

Activate environment

  source venv/bin/activate

Keyword "source" is not required for windows users.

Install Requirements

  pip3 install -r requirements.txt

Add your API keys in actions/.env. In the project directory, first create a folder models. Open two terminals with virtual environment activated, In the first tab run:

  rasa train && rasa shell

running rasa train is only required once for training the model.

In the second tab run:

   cd actions && rasa run actions