A demo of the open source ML framework for automating text and voice-based conversations.
curl -sSL -o install.sh https://storage.googleapis.com/rasa-x-releases/0.42.6/install.sh
sudo bash ./install.sh
cd /etc/rasa
sudo docker-compose up -d
Set admin password:
cd /etc/rasa
sudo python3 rasa_x_commands.py create --update admin me <PASSWORD>