Skip to content

bjoveski/snaply

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages