Skip to content
This repository was archived by the owner on Nov 12, 2019. It is now read-only.

Latest commit

 

History

History
34 lines (25 loc) · 1.08 KB

File metadata and controls

34 lines (25 loc) · 1.08 KB

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/