Code for learning, testing and playing around with Rasa
First install rasa: https://rasa.com/docs/rasa/user-guide/installation/
Move to one of the example (eg medical/FoodDocs) folders to run the following commands.
Run action server with:
rasa run actions
Run rasa with an interactive shell:
rasa shell --debug
Run rasa as an API with open cors (eg for a frontend):
rasa run --enable-api --cors "*"
Run tests with:
rasa test
To install Rasa X: https://rasa.com/docs/rasa-x/installation-and-setup/updating/#local-mode
Run Rasa X with:
rasa x
A demo frontend can be found here: https://github.com/ranetp/rasa-demo-frontend