Using google cloud function to spawn a python script

Viewed 2602

I need to execute some python machine learning code and was hoping to execute it from a node process within a Google Cloud Function.

I want to use node because I have some firebase admin tasks I want to run afterwards. I also have a deployment workflow with node that I'm content with.

Is this possible? If so, can you point me to an example?

1 Answers
Related