Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 568 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 568 Bytes

wellness-check-bot

This is a simple Rasa bot that uses a form to create a daily log of health information.

Running the assistant

  1. Install Rasa Open Source: https://rasa.com/docs/rasa/user-guide/installation/
  2. Train the model:

rasa train

  1. Open a second terminal window and start the action server:

rasa run actions

  1. Return to the first terminal window and start the assistant on the command line:

rasa shell

wellness-bot-conversation