Metadata-Version: 2.1
Name: similar-search
Version: 0.1.1
Summary: An image search tool to find similar images on your disk.
Home-page: https://github.com/seamile/isearch
Author: Seamile
Author-email: lanhuermao@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX
Classifier: Topic :: Internet
Classifier: Topic :: Utilities
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# isearch

An image search tool to find similar images on your disk.

## Install

`pip install similar-search`

## Usage

`isearch [-h] [-a ahash/dhash/phash] [-l 1-10] baseimg gallery...`

### Arguments

- positional arguments:
    - baseimg: the image to search
    - gallery: the gallery for searching sources

- options:
  - `-h, --help`: show this help message and exit
  - `-a ahash/dhash/phash`: image similarity recognition algorithm (default: "phash")
  - `-l 1-10`: tolerance level of the similarity algorithm (default: 10)
  - `-v`: show isearch's version
