I am looking for a way to deploy a rasa-based django chatbot app on Google Cloud.
This helps us implement a chatbot app based on django, but I want to know how to deploy it on Google Cloud. Actually, there are many resources for how to deploy a django app on Google Cloud, but no one for a rasa chatbot app based on django without running ‘rasa run -m models --enable-api --cors “*”’ by a different server.
Any help would be greatly appreciated.