Anyone used Google's Cloud AI

KingZen

Junior Member
Joined
Feb 15, 2014
Messages
178
Reaction score
62
As title states, has anyone used Google's Cloud AI, especially their feature about "teaching" the AI about your models and then being able to get specialized data.

I'm trying to see if it can work to detect text on images. The default demos I tried could read text on images but it had trouble associating which part of text belonged with other part of text. It just kinda randomly read the text.

So my hope is maybe it can be trained to look for patterns in images that we can specify or something like that.
 
There's a lot of work in the area of image captioning. You can use OCR with objects detection to achieve the outcome you desire. PM me the use case, I might be able to help.
 
Someone made a recaptcha breaker that used Google's own AI to break their own captcha.

It's out there somewhere, I don't know the name.
 
As title states, has anyone used Google's Cloud AI, especially their feature about "teaching" the AI about your models and then being able to get specialized data.

I'm trying to see if it can work to detect text on images. The default demos I tried could read text on images but it had trouble associating which part of text belonged with other part of text. It just kinda randomly read the text.

So my hope is maybe it can be trained to look for patterns in images that we can specify or something like that.
Yes, I'm familiar with it. But, still thinking a way to use it!
 
I have used google voice and its very easy to integrate in a python script and works well to detect audio.
 
Back
Top