I'm interested in good OCR, preferably local, but I'm close to giving up and using Google Cloud Vision API --- It works well for text that's not prefectly aligned and laid out - unlike e.g. Tesseract or any other local OCR I've used. As far as I can tell, clarifai.com doesn't have OCR, and neither does anyone else except MS and G.
Ask HN: Microsoft Computer Vision API or Google Cloud Vision API?
21–30 of 52 posts
Re: Ask HN: Microsoft Computer Vision API or Google Cloud Vision API?
#22Re: Ask HN: Microsoft Computer Vision API or Google Cloud Vision API?
#23When I checked last, Google API does not allow to identify specific faces. It can detect faces but that's it. Clarify or Microsoft do. Pricing wise almost all are the same. In my view, Watson is a complete no no..
Re: Ask HN: Microsoft Computer Vision API or Google Cloud Vision API?
#24OpenCV includes face detection, and given a reasonably limited corpus of faces, it performs quite well and quite reliably. (Whether you want to use that or use a service depends on how close to your core business this is.)
I found these really useful: http://www.pyimagesearch.com/
Re: Ask HN: Microsoft Computer Vision API or Google Cloud Vision API?
#25Re: Ask HN: Microsoft Computer Vision API or Google Cloud Vision API?
#26Interesting looking at Google's Vision API overview, where they explicitly state that facial recognition is not available. The technology to do this clearly exists, but I gather they are concerned about the potential for abuse. Which makes sense. You could build some very creepy apps with this.
Re: Ask HN: Microsoft Computer Vision API or Google Cloud Vision API?
#27Depends on the complexity of what you require. I know I might get down-voted for this, but if your task is relatively simple, then roll your own using deep learning. Message me if you want help with this. I wouldn't rely on either for my own startup, because I dont think these API's will have broad appeal, as a result wont get traction, and will be shutdown with little warning. I could help you if you want - my email…
Re: Ask HN: Microsoft Computer Vision API or Google Cloud Vision API?
#28What about Watson? http://www.ibm.com/smarterplanet/us/en/ibmwatson/developercl...
I don't know about face recognition but I've quantatively analysed their speech recognition and it came dead last after the 5 or so others that I tested.