You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project implements a text-based image search system. Users input a descriptive query and the the system will return the most closely related images to that description.
Run the search script to find the best hyperparameters and model size to use.
python hyperparameter_search.py
Run the train script to train the model
python train.py
Run the test script to test the performance. MRR closer to 1 and variance closer to 0 is best.
python test.py
About
This project implements a text-based image search system. Users input a descriptive query and the the system will return the most closely related images to that description.