Sunday, January 31, 2021

Similar Search using Histogram and python

Hi, in this blog we are going to implement basic image similarity search project using some basic python libraries.

This project is very useful for beginners.

In this project i am going to using  Histogram matching, and python opencv.

First you need to clone my project.

cmd :- git clone https://github.com/Manishsinghrajput98/similar_search.git

cmd :- cd simmilar_search_histogram

cmd :- python main.py --input input.jpg

where --input indicate the command line arguments for taking input images from user

We don't use any model training for this project.

This is our input image


Our project folder contains Database folder which is contained different-different background images.

You need to pass input image. the input image compare all the images in our Dataset folder. which image is greater than 65 percent. it will return similar images using Histogram. also similar images save in our output folder. you can check it.


This is our output images






There are many way to solved similar images search. i have used histogram. upcoming blog we will implement powerful product recommendation system using Deep learning Algorithm for feature extraction and for feature (vector) compare we will use euclidean distance. and for product detection we will use Mask RCNN. this project we will use for deployment. also i will try to make front end for this So you can check it our Backend result in Front end. 

If you have any doubt so please comment.

Thanks 




5 comments:

  1. पारामणि अष्टधातु
    पारामणि अष्टधातु अंगूठी के अनोखे लाभ-
    व्यापार वृद्धि,धन वृद्धि,कार्य सिद्धि,स्वास्थ लाभ,नवग्रह शांति,सम्मान में बढ़ोतरी
    नाम के अनुसार अष्टधातु अंगूठी आँठ प्रमुख धातुओ के मिश्रण से बनती है जिसका उपयोग प्राचीन काल से प्रमुख जैन एवं हिंदू मूर्तियों एवं ज्योतिष यंत्रों को बनाने मे किया जाता रहा है ये पवित्रतम बहुमुल्य धातु अंगूठी के रूप मे पहनने पर भाग्योदय, कार्य सिद्धि और धन प्राप्ति के प्रबल मार्ग बनाती है। इसके अलावा कई प्रकार की बाधाओ जैसे के शत्रु बाधा, धन बाधा, कार्य बाधा आदि के निवारण में उपियोगि है।
    जानकारी के लिए संपर्क करे : +91-9993055423
    http://ratnakosh.in/,info.pragmaticinc@gmail.com

    ReplyDelete

If you have any doubts. Please let me know