Skip to content

zremboldt/snippets-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snippets App

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.

snippets-app-sm.mp4

About

A personal project I’m using to learn/improve my skills with Ruby/Rails.

Topics

Resources

Stars

Watchers

Forks

Contributors