[Book] Conversational AI with Rasa


Prepare environment

$ pip install wheel

$ git clone https://github.com/PacktPublishing/Conversational-AI-with-RASA

$ cd Conversational-AI-with-RASA/

$ pip install -r requirements.txt


Starting the Rasa NLU service

$ rasa run --enable-api


$ curl localhost:5005/model/parse -d '{"text":"hello"}'


Practice – building the NLU part of a medical bot

$ cd Chapter02/
$ rasa train nlu
$ rasa shell nlu

//
// $ rasa shell -m models/nlu-<timestamp>.tar.gz


What medicine should I take if I catch a cold?