/image-retrieval

Text and Content based Image Retrieval

Primary LanguagePython

Image Retrieval

Text-based and Content-based Image Retrieval

Contents:

Introduction

This is my Image Retrieval system which apply the knowledge that I have learned from MIR course in UIT.

The user enters a query (a string or an image) into the system, the system compute a numeric score on how well each object (caption/image) in the database matches the query, and rank the objects according to this value. The top ranking objects are then shown to the user.

Dataset

The dataset is Validation set in Visual Question Answering - VizWiz, includes 5108 images and captions.

Demo

video_demo.mp4