ActionBot Contact is a Contextual AI Chatbot built for Airport Usecases.
It was presented in the Unisys Cloud 20/20 Year 11 Competition and placed 1st Runners Up.
- Open two terminals and change directory to 'rasa_files'
- run command 'rasa run actions' in one terminal and 'rasa run -m models --enable-api --cors "*" --debug' in the other
- Open another terminal, cd to 'flask_server'
- run command 'python dummy_api.py'
- open another terminal and run command 'sudo docker run -p 8000:8000 rasa/duckling'
- To allow integration with other services like Telegram and Google Assistant, you will need to use ngrok to allow port forwarding. Look into the ngrok and rasa documentation for more details.
Dashboard: Frontend for the Chatbot built using ReactJS
flask_server: Flask Server to host the website
rasa_files: Code for the Chatbot built using Rasa Framework
