Text-based and Content-based Image Retrieval
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.
The dataset is Validation set in Visual Question Answering - VizWiz, includes 5108 images and captions.