similarity

Similarity is an optical as well as keyword based image similarity search engine built on top of Lire.

Stars
32

similarity

Similarity is an image similarity search server built on top of Lire. The images can be filtered using a query and are afterwards optically ranked. Similarity provides an easy to use REST interface and returns the search results as XML. If you're familiar with Ruby and the RestClient gem, check out the following examples.

First, you need to start the server:

Index and query using cURL

After you started similarity, you can index some images using cURL:

Finally, you can search for similary images:

Index and query using RestClient

After you started similarity, you can index some images using e.g. Ruby and the RestClient gem:

Finally, you can search for similar images:

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request