Giter VIP home page Giter VIP logo

iskdaemon's Introduction

About

isk-daemon is an open source database server capable of adding content-based (visual) image searching to any image related website or software.

This technology allows users of any image-related website or software to sketch on a widget which image they want to find and have the website reply to them the most similar images or simply request for more similar photos at each image detail page.

A desktop version of this technology is available as the open-source imgSeek project.

Key features

  • Query for images similar to one already indexed by the database, returning a similarity degree for the images on database that most resemble the target query image;
  • Query for images similar to one described by its signature. A client-side widget may generate such signature from what a user sketched and submit it to the daemon;
  • Network interface for easy integration with other web or desktop applications: XML-RPC, SOAP;
  • Fast indexing of images one-by-one or in batch;
  • Associate keywords to images and perform image-similarity queries filtering by keywords;
  • Quickly remove images from database one-by-one or in batch;
  • Built-in web-based admin interface with statistics and ad-hoc maintenance commands/API testing;
  • Optimized image processing code (implemented in C++).

Install instructions

Here is a quick guide to build from a cloned git repo. You may want to sudo all these commands if you have permission errors. I assume you know how to build from source and have all build tools (most are installed on the next steps) and libraries installed for your system.

##Ubuntu Quick Start

This one is tested with Ubuntu 14.12

  1. Install prerequisited if they're not on your system already:

    apt-get install swig ImageMagick libmagick++-dev python-dev

  2. cd to ./src and run: python setup.py install

##MacOS Quick Start

  1. Go to http://brew.sh and install Homebrew

  2. Install swig: brew install swig

  3. Install ImageMagick: brew install ImageMagick

  4. Install pkg-config: brew install pkg-config

  5. Cd to ./iskdaemon/src/ and run python setup.py install

Alternatively, you can try it with macports.

Credits

imgSeek and isk-daemon portions copyright Ricardo Niederberger Cabral (ricardo.cabral at imgseek.net).

Image loading code is credited to "ImageMagick Studio LLC" and library linkage adheres to statements on ImageMagick-License.txt

Support or Donate

Help on improving this software is needed, feel free to submit patches to either the documentation or code. Thanks!

Money donations are also welcome:

Flattr this git repo

Or

Donate using PayPal

iskdaemon's People

Contributors

ricardocabral avatar anti1869 avatar jairhenrique avatar drevicko avatar

Watchers

Pramoth Suwanpech avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.