0

I am building an app in flutter where one of the features checks image similarity. I have figured out the python code for this imageSimilarity(image1, image2) function. I am a having trouble deploying this function in GCP and calling this function it in the dart code.

My main concern is that I do not know which GCP product to use. I was thinking I could use cloud endpoints to build an api, which can be accessed in dart through the http package. I was also thinking to use firebase cloud functions.

I am new to GCP and flutter, so I am a little overwhelmed with all the options and documentation. Is there an even easier solution for my case?

Thanks

0 Answers0