Skip to content
This repository has been archived by the owner on Nov 12, 2019. It is now read-only.
/ simian Public archive

Library for image similarity indexing and searching

Notifications You must be signed in to change notification settings

mandykoh/simian

Repository files navigation

simian

GoDoc Go Report Card Build Status

A library for image similarity indexing and searching.

CAUTION: This code is proof-of-concept quality. This means:

  • The API is unstable and doesn’t support common use cases.
  • The index format is unstable.
  • It is not thread safe.
  • Test coverage is mostly non-existant.
  • The current fingerprinting method has known weaknesses which affect quality of results.

Development

Simian uses govendor to manage dependencies.

go get github.com/mandykoh/simian
cd $GOPATH/src/github.com/mandykoh/simian

# Install dependencies
govendor sync
govendor install +local

# Run the test suite
go test ./... | grep -v /vendor/

About

Library for image similarity indexing and searching

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages