UMass-Rescue / ImageSearch_CLIP

A system that creates clip embedding vectors for a large corpus of images, enabling efficient retrieval of images based on natural language text.
0 stars 1 forks source link

Add CLI for preprocessing and Search #42

Closed sahithi-66 closed 1 month ago

sahithi-66 commented 1 month ago

Add CLI with validation for preprocessing images in cli.preprocess

Add CLI with validation for search in cli.search

Closes #40 Closes #41