This is the repository of the project group chatbots 2021
Name | |
---|---|
Saliu Bah | Saliu.Bah@HS-Augsburg.DE |
Cristina Vizan Olmedo | Cristina.Vizan.Olmedo@HS-Augsburg.DE |
Jung Eun Park | Jung.Eun.Park@HS-Augsburg.DE |
Marco Lenz | Marco.Lenz@HS-Augsburg.DE |
To use rasa and rasa x please follow the installation instructions in Help\raza_installation_guide.md
- The .db files store the conversions that have already been made using rasa x. If you do not want this, then you have to delete the .db files.
- The index.html is a basic chatbot interface ui which you can use to interact with your rasa server
- opcua_server/handler.py is a non rasa file. This file is used to attach handlers to our opc ua server nodes and continually checking these nodes for changes which then informs our rasa action server about this change. This file gets automatically called if you run the rasa actions server