An open API service indexing awesome lists of open source software.

https://github.com/paltaj/cbir_image_deciphers

Content-Based Image Retrieval System using multiple images deciphers for feature extraction
https://github.com/paltaj/cbir_image_deciphers

hog-features-extraction image-search-engine phash search-engine sift-features surf-feature-extraction transfer-learning-with-cnn

Last synced: 2 months ago
JSON representation

Content-Based Image Retrieval System using multiple images deciphers for feature extraction

Awesome Lists containing this project

README

        

# CBIR_with_images_deciphers
Content-Based Image Retrieval System using multiple image deciphers for feature extraction

this is the first step of a larger project to simulate a search engine with larger images dataset, where we will design a testing enviroment for each image decipher and report our results.
this current version provide the ability to:

1- index all images with the algorithm of choice

2- query the indexies for a matching image

image deciphers utilized:

algorithm | status
-------|-------
HOG | :white_check_mark:
SIFT | :white_check_mark:
SURF | :white_check_mark:
pHash | :white_check_mark:
Transfer Learning CNNs | :white_check_mark: