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.
This solution is based on the image retrieval problem from the Take-Home Projects repository. You can find the original problem description here.
-
Generate the answers:
python generate_answer.py
This will create an
answer.txt
file containing the results. -
Evaluate the solution:
python evaluation.py
This will calculate and display the evaluation score.