Looking for a solution for ecommerce website:
Consider i have a PHP application running in Google APP ENGINE with an "image search" feature like https://images.google.com.
Now every request that has been send through the PHP Search Query box to the VISION_API that runs analysis on the Image(Label detection or Image properties)
i.e. A client searches for a "Black T-Shirt" and similar products by uploading image of The Black T-Shirt, just like Google's image search works. The query compares the value of analyzed image with the values in DataStore.
So does that request which is made by client by uploading an image counts as a "VISION API CALL" ? because if it is so. then "500 thousand" image searches from a city will cost me $748.50 (according to price calculator ) According to GCP VISION API PRICE ESTIMATE
which is way too much costly as per month. i just need to understand, if i am wrong or is it for real but there is a solution out there to save costs anyone has come up with ?