Skip to content

zxered/Image-Retrieval

Repository files navigation

Image Retrieval Solution

This repository provides a solution to the image retrieval problem. The solution identifies the most similar image in the database folder for each image in the query folder.

Problem Reference

This solution is based on the image retrieval problem from the Take-Home Projects repository. You can find the original problem description here.

How to Run

  1. Generate the answers:

    python generate_answer.py

    This will create an answer.txt file containing the results.

  2. Evaluate the solution:

    python evaluation.py

    This will calculate and display the evaluation score.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages