/CBIR

Conten Based Image Retrieval With Python

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

CBIR

Conten Based Image Retrieval With Python

Its just school project

Requirements :

  • Python 3.x
  • imutils
  • numpy
  • opencv

Usage

  • If you want to change all image on the dataset folder, the folder named coba change image there and do indexing process!

  • Indexing (if you add or change the dataset) : python index.py

  • For searching : python search.py -g "path_your_picture.png"

Thanks for the tutorial PyImagesearch