One of the best things about being a developer is the ability to create cool solutions to problems. Of course, as technology advances the definition of cool does as well. For example, the latest buzz-worthy solution out there might be facial recognition. This feature is the ability to scan images and find a match for a person. It is CSI and similar TV program technology, but Amazon has made it more accessible. This latest impressive service from Amazon is called Rekognition.
A High-End AWS Service
Amazon services are all built in a way that allows hobbyists and low budget companies to ease into some otherwise inaccessible solutions. We have seen this with typical needs like virtual machines, but it does not stop there. Rekognition (check out the overview here) is not an entry level feature as tech goes even though it does continue the approach of providing an entry-level way into pricing. This service allows a developer to enter in a collection of facial metadata and then search for it in a group of images. This is not a simple problem that they solved.
A Lot of Uses
A Service For Developers
This service is impressive but also requires coding skills unless you are content with a demo. Thus, it is more of a tool than a service in many ways. The console application included as a demo shows a good way to utilize the tool and there are some great API examples as well. The entry into using it is surprisingly quick though so we recommend you take a closer look at this service. Sometimes a solution helps solve problems you did not know existed.