Skip to content

mudrap17/content-based-image-retrieval

Repository files navigation

Content based Image Retrieval

Aim:

To build a content based image retrieval system that retrieves similar images matching the search image

Method:

I trained a VGG model to give embeddings for images of Fashion dataset. Then used KNN to give similar images based on the embeddings of the search Image.

To run:

Add the folder of your images and create a csv with image paths like styles.csv. Open two terminals, one for frontend and one for backend and run the the commands as follows:

Frontend: React

npm run dev

Backend: Flask

python -m flask run

Example 1:

image

Example 2

image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published