Built with Ruby on Rails along with AWS image recognition.
When a user uploads an image an asynchronous job is enqueued via Redis/Sidekiq. The job makes a call to an AWS service called Rekognition which uses image recognition to analyze the image, returning labels and a confidence score for the things it observes are part of the image. Those labels are attached to the snippet making it easy to search the app and find the Snippet you’re looking for later on.