I 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…
Google Cloud Vision API enters Beta
11–20 of 110 posts
Re: Google Cloud Vision API enters Beta
#12Re: Google Cloud Vision API enters Beta
#13I 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…
There actually are other APIs, though with a smaller scope. For text extraction for example there is the OnDemand Api, https://dev.havenondemand.com/apis/ocrdocument#overview , backed by HP. They also have logo detection. I'd be surprised if no replacement for the category detection exists. Though I admit I also hesitate to replace that API with the google offering for the one app where I actually use it. The results…
Re: Google Cloud Vision API enters Beta
#14I 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
#15I 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 think Google understands how big this could be (well, why else do they do anything I suppose?). I guess you'd just have to put faith in them. I imagine those that do will build some amazing projects from this.
Re: Google Cloud Vision API enters Beta
#16I 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…
Re: Google Cloud Vision API enters Beta
#17Re: Google Cloud Vision API enters Beta
#18Errata: I'll need a research team and a year and a half.
Re: Google Cloud Vision API enters Beta
#19I 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…
So for now, my best idea is to use it to build something fun with my kids.
If only Google would adopt some sort of policy where they would let you download the dataset+code when they shut something off...
Re: Google Cloud Vision API enters Beta
#20I 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…
EDIT: you could send me example images and what you need from them. I could check how much I would need to extend it to handle your case.