Content-based-image-retrieval
I. Idea
1. Available data
- Using CNN to make features extraction from our images data, we retrieve the images data as vectors
2. Query data
- Turning the query image into vectors with the same way as our available data
Basic content based image retrieval using BIR dataset on kaggles. Using VGG16 to extract features
Jupyter Notebook