Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 518 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 518 Bytes

Rasa-ML-Chat-Demo

A demo of the open source ML framework for automating text and voice-based conversations.


Installing Rasa X

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>

Default Rasa NLU Model Graph

Rasa NLU Model Graph