Skip to content

copev313/Rasa-ML-Chat-Demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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


About

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

Topics

Resources

Stars

Watchers

Forks