An open API service indexing awesome lists of open source software.

https://github.com/seamile/isearch

A image searching tool for find similar images on your disk.
https://github.com/seamile/isearch

ahash dhash phash python

Last synced: 5 months ago
JSON representation

A image searching tool for find similar images on your disk.

Awesome Lists containing this project

README

          

# isearch

![PyPI - Downloads](https://img.shields.io/pypi/dm/similar-search?label=Install&color=green)
![PyPI](https://img.shields.io/pypi/v/similar-search?color=9cf)

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