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

https://github.com/sonhm3029/content-based-image-retrieval

Basic content based image retrieval using BIR dataset on kaggles. Using VGG16 to extract features
https://github.com/sonhm3029/content-based-image-retrieval

Last synced: 3 months ago
JSON representation

Basic content based image retrieval using BIR dataset on kaggles. Using VGG16 to extract features

Awesome Lists containing this project

README

        

# 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

### 3. Calculating the distance between the query data with our available data

### 4. Show K number of data that nearliest match the query data

## II. Pipeline

![](./src/assets/1.png)