rasa-dev-tutorial icon indicating copy to clipboard operation
rasa-dev-tutorial copied to clipboard

This repository is a supplementary material for RASA tutorial series on dev.to.

How to run the chatbot in the terminal:

  • python -m venv venv
  • source venv/bin/activate
  • pip install -r requirements.txt
  • rasa train
  • rasa shell
  • in a new terminal: rasa run actions