A Python implementation of a Content Based Image Retrieval (CBIR) system, in which color and texture features are used for image matching and comparison.
Install the necessary libraries using the following commands:
pip3 install -U scikit-image
pip3 install redis
pip3 install opencv-contrib-python
pip3 install opencv-python
Read the user manual from the "Documentation" directory.