Hello Marcello, I understand you want to host your PHP Webapp on App Engine and use the Cloud ML Engine <https://cloud.google.com/ml-engine/> as part of your application. You can do this by using projects.predict <https://cloud.google.com/ml-engine/reference/rest/v1/projects/predict> method of the ML Engine's REST API in order to get online predictions <https://cloud.google.com/ml-engine/docs/online-predict> from a model you had previously generated. I hope this helps, let me know if you have further questions so I can add more detail.
On Monday, October 30, 2017 at 9:03:02 AM UTC-4, Marcello Orru wrote: > > By the way, I am creating an artificial intelligence application, I was > informing you about the infrastructure to choose from (my application is a > webapp written in php, and I would like to use some of the google bees for > artificial intelligence), I did not understand well understood sel the Google > app engine and the CLOUD AI machine can be combined, or if the last one has > all the infrastructure I need (virtual machines, configuration databases, use > of artificial intelligence > > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/bedeb5cf-68bd-40d7-9b5f-5d88cd906076%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
