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.
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/