Relative Content

Tag Archive for laravelreact-nativeimage-recognition

Product image recognition

I have an ecommerce mobile app where the client wants a feature similar to Alibaba’s where the user takes a picture of a product or anything else and we want to return products that looks very similar to it that we have in our Database.
Our database has over 2million products and each product has a main image url. I tried using google cloud vision but the label that google returns are not very specific. For example the products in my database related to shoes shows labels as: Shoes, running shoes… does not specify gender or color or anything else. That is not what we want we want to return the product that looks kind of excatly the same as the product the user took a photo of.