Reco is a continuation of ARTillery where the user is able to search through endless amount of photos conveniently.
Using the Rekognize API, photos can be trained to recognize patterns in facial coordinates and topography making it easier to search against and find what you’re looking for. To use simply add gem ‘rekognize’ in your Gemfile and run a bundle install.
This application will use PostgreSQL to store picture data and ElasticSearch to perform the search for scaling purposes. I’m planning on using the gem for that as well but will update this README when I get to that point.