Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.23 KB

README.md

File metadata and controls

32 lines (20 loc) · 1.23 KB

Build Status

snaply

Overview

Snaply is a tool that let's you explore your photo gallery. It groups similar photos together, based on the tags provided by Clarifai. This tool is just a for-fun project, mostly for exploring the Clarifai possibilities and experimenting with the state-of-the-art swing UI framework.

Prerequisites

You'll need couple of things before you can use Snaply locally.

  • jdk, which you can download here

  • scala, which you can download here

  • maven, which you can download here

  • Clarifai app id & secret, which can get when you create an account. Add your id & secret as environmental variables, as Snaply needs them to access the API.

export CLARIFAI_APP_ID=my-id
export CLARIFAI_APP_SECRET=my-secret

And you should be all set!

Future work

  • add a cache so we don't call the API every time we start the app
  • add a way to choose tags
  • add a way to go back to previous image