Skip to content

A personal image Search engine used to search similiar images present in a data set by providing an image as an input

Notifications You must be signed in to change notification settings

sahilkhoslaa/ReverseImageLookup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

ReverseImageLookup

A personal image Search engine used to search similiar images present in a data set by provinding an image as an input

Description

Our goal here is to build a personal image search engine. Given our dataset of vacation photos, we want to make this dataset “search-able” by creating a “more like this” functionality — this will be a “search by example” image search engine. For instance, if I submit a photo , our image search engine should be able to find and retrieve all similiar photos.

Installation

Extract the zip file. Open terminal in the Reverse Image Lookup Directory.

Creating DataSet

Copy all the Pictures you want to keep in dataset and paste in dataset folder and then run the following command in terminal :

python index.py --dataset dataset --index index.csv

Running the Search Engine

Run the following Command in Terminal

python search.py --index index.csv --query queries/(your image name) --result-path dataset

Result

It Will search out the best possible result and display it.

About

A personal image Search engine used to search similiar images present in a data set by providing an image as an input

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages