Skip to content

img-search is an utility program to search for images locally on computer.

License

Notifications You must be signed in to change notification settings

Yodeman/img-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#img-search

A simple image search engine.

This program searches for similar images on a computer using histogram comparison (color distribution), given the path to a reference image and a path to the directory to be searched. The user can specify the search limits.

The path to the similar images are displayed on the title bar of the gui displaying the similar image.

NOTE: This utility program does not find similar images based on the objects contained in the image, instead, it uses the color distribution to find similar images. This is to be executed on the terminal, although some of its functionalities can be imported.

Installation

To get this package functioning, execute the following commands:

git clone https://github.com/yodeman/img-search.git
cd img-search

pip install -r requirements.txt
pip install --upgrade setuptools
python setup.py install

Quick Start

The package is easy to use. Below is an example of how to search for similar image:

img-search --ref-img path/to/reference/image --dir path/to/directory
img-search.mp4

About

img-search is an utility program to search for images locally on computer.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages