rasais the framework. It is comprised of two distinct parts:NLUwhich processes natural language understanding tasks to generate a language model,- and
Corewhich processes the expression. both are trained separately.
rasa xis the interface that helps users manage, train and deploy their rasa model.
- get last
chatbot_pptechrepo update, - from local scp repo to AWS instance at
/home/ubuntu/chatbot/, - from the
aws_instance/chatbot/chatbot_pptechfolder, install necessary requirements and train:
bash ./deploy.sh- open 1st terminal on your computer and:
cd /home/ubuntu/chatbot/chatbot_pptech
screen
conda activate rasa
rasa run actions- open 2nd terminal on your computer and:
cd /home/ubuntu/chatbot/chatbot_pptech
screen
conda activate rasa
rasa x- you can close the terminals
- to reconnect to "screened" terminals open terminal and:
screen -lslists terminals, get ids,screen -r { id }returns to "screened" terminal
- password provided in terminal to connect
- go to
<aws_instance/password>:port
