Skip to content

An image search engine that compares images with a source image to determine if the two have some corelation.

Notifications You must be signed in to change notification settings

MuhammadUsamaSattar/ImageSearchEngine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ImageSearchEngine

This repository is an Image Search Engine that finds images online and then sorts them accoriding to their relevance to the source image. OpenCV has been used for obtaining image data and chi square distribution has been used to determine the relevance of features.

Screenshots

Main Window

The software has a viewing area to allow the user to view the picture selected.

Loaded Picture

Installation

  1. Clone the repository in a desired folder
  2. Open ImageSearchEngine/ImageSearchEngine/ which is the direcotry with setup.py file
  3. Enter "cmd" in the directory bar
  4. Enter "Python setup.py develop"
  5. Run the main.py script

Instructions

Press "Help" button for information on how to operate the software.

Comments

Functionality wise, the software does what it is supposed to do, but the developer would like to return to the code on day for GUI improvement.

About

An image search engine that compares images with a source image to determine if the two have some corelation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages