Google Cloud Vision API enters Beta
61–70 of 110 posts
Re: Google Cloud Vision API enters Beta
#62Re: Google Cloud Vision API enters Beta
#63http://developer.affectiva.com
disclamer: I work for them.
Re: Google Cloud Vision API enters Beta
#64Is the best way of sending an image still base64 encoding it in JSON?
Re: Google Cloud Vision API enters Beta
#65I was looking into label detection APIs (and Google's offerings as well) for a silly game/website I was thinking of writing, but $5 per 1000 images is way too steep, especially if each user is submitting 1-5 images per interaction with the website. The $2 per 1000 images price they mention on the blog post is only if you're doing 5+ million images a month. I played with IBM Watson visual recognition API and it didn't…
What you need is a custom model that is trained specifically on hand drawn pictures. You can use something like TensorFlow to build this, but getting the raw data might be challenging.
Disclosure: I work for Google Cloud
Re: Google Cloud Vision API enters Beta
#66Is there any website where can I just upload a pic and see how it works without trying to figure out how to access their API?
Re: Google Cloud Vision API enters Beta
#67I don't know for certain, but I suspect that Google utilized images from the web in training this system. Even if they didn't, suppose they had. I think this can raise an interesting question around copyright. In training an AI system with hundreds/thousands of bits of data, no single piece of training data makes much of a difference. If one of my images on the web that I had captioned with the keyword 'dog' was used…
To me this is taking copyright protection way way too far and the kind of system that could severely gum up progress and innovation.
Re: Google Cloud Vision API enters Beta
#68I feel like this is some really compelling tech. It would be so amazing to build stuff with this in mind. I wouldn't be comfortable doing it, though. This sort of API is available only until Google decide that they don't want it to be available. There's not really anything close to equivalent that you could drop in to replace it if it were being shut down, the price were being hiked, or you had some sort of other iss…
Re: Google Cloud Vision API enters Beta
#69I feel like this is some really compelling tech. It would be so amazing to build stuff with this in mind. I wouldn't be comfortable doing it, though. This sort of API is available only until Google decide that they don't want it to be available. There's not really anything close to equivalent that you could drop in to replace it if it were being shut down, the price were being hiked, or you had some sort of other iss…
I like how the announcement post already prepares for the end of "our incredibly journey" by saying "Google Cloud Vision API is our first step on the journey".
Re: Google Cloud Vision API enters Beta
#70I've been using this since the private beta to enrich my eCommerce crawlers with product identifiers not found on the content of an eCommerce product page, but found in the product image itself. Imagine a part number or UPC displayed on a product box, but nowhere in the HTML content of the product page. Using the Google CV OCR feature I can extract meaningful product data from an image to compliment my existing crawl…