Amazon Rekognition – Image Detection and Recognition Powered by Deep Learning
21–30 of 46 posts
Re: Amazon Rekognition – Image Detection and Recognition Powered by Deep Learning
#22There are a lot of services like this (Google Cloud Vision, IBM Watson, CloudSight, Clarifai, Imagga) but I'm yet to see one that lets me provide my own dataset. That's what I'm most interested in. So far the only solution I know of is to take Google's Inception net and train/host it myself somewhere.
Try this - Clarifai is run my Matthew Zeiler, who's imagenet results really kickstarted the whole deep learning craze.
Re: Amazon Rekognition – Image Detection and Recognition Powered by Deep Learning
#23There are a lot of services like this (Google Cloud Vision, IBM Watson, CloudSight, Clarifai, Imagga) but I'm yet to see one that lets me provide my own dataset. That's what I'm most interested in. So far the only solution I know of is to take Google's Inception net and train/host it myself somewhere.
Re: Amazon Rekognition – Image Detection and Recognition Powered by Deep Learning
#24Pricing (for first million images / month) Google Cloud Vision $1.50 per 1,000 images[1] Amazon Rekognition $1.00 per 1,000 images[2] Interesting that when Google Cloud Vision first came out it was $5 per 1,000 images (for label detection), but they reduced it on Nov 15, 2016. [3] [1] https://cloud.google.com/vision/pricing [2] https://aws.amazon.com/rekognition/pricing/ [3] https://cloudplatform.googleblog.com/2016/…
Re: Amazon Rekognition – Image Detection and Recognition Powered by Deep Learning
#25Will this help me tag and classify my thousands of personal photos? Once it recognizes a face will it tag it and identify it the next time I call it with the same person on another picture?
Re: Amazon Rekognition – Image Detection and Recognition Powered by Deep Learning
#26This comes rather fast on the heels of Yahoo releasing their NSFW source code
Re: Amazon Rekognition – Image Detection and Recognition Powered by Deep Learning
#27There are a lot of services like this (Google Cloud Vision, IBM Watson, CloudSight, Clarifai, Imagga) but I'm yet to see one that lets me provide my own dataset. That's what I'm most interested in. So far the only solution I know of is to take Google's Inception net and train/host it myself somewhere.
Re: Amazon Rekognition – Image Detection and Recognition Powered by Deep Learning
#28Worst AWS product name after Elastic BeanStalk.
https://www.bloomberg.com/news/articles/2016-04-05/amazon-sa...
The ReKognition API
Re: Amazon Rekognition – Image Detection and Recognition Powered by Deep Learning
#29If you guys want to see an example of this in action I made a stupid little demo. You can tweet @AWSCloudNinja a selfie and it will replace your face with a ninja mask. I'm waiting to post the code until the new boto models are out but it's all in python and lambda functions. (I work for AWS)
Can it put fruit hats on kitties?
Re: Amazon Rekognition – Image Detection and Recognition Powered by Deep Learning
#30There are a lot of services like this (Google Cloud Vision, IBM Watson, CloudSight, Clarifai, Imagga) but I'm yet to see one that lets me provide my own dataset. That's what I'm most interested in. So far the only solution I know of is to take Google's Inception net and train/host it myself somewhere.
https://developer-preview.clarifai.com/guide/train#add-image... Try this - Clarifai is run my Matthew Zeiler, who's imagenet results really kickstarted the whole deep learning craze.
I've used their standard/general model for classifying most of the images for the search on my site, and would love to use custom models for various side project ideas I have, but the price is way too much for me ($0.46 per concept, per month).