How to deploy a rasa-based django app on Google Cloud

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.

Do you want to call the rasa from Python in your Django app (then you need to use the Python API) or do you just want to forward the requests to Rasa Open Source via HTTP?

1 Like

Calling the rasa from Python in my Django app on Google Cloud is what I want.