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.
- Host: GitHub
- URL: https://github.com/seamile/isearch
- Owner: seamile
- License: mit
- Created: 2023-03-25T07:53:06.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-02T11:21:43.000Z (almost 2 years ago)
- Last Synced: 2025-02-05T18:44:07.619Z (over 1 year ago)
- Topics: ahash, dhash, phash, python
- Language: Python
- Homepage: https://pypi.org/project/similar-search/
- Size: 18.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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