rom1504/clip-retrieval
A tool for computing CLIP embeddings and building efficient semantic search indices over image and text data.

Velocity · 7d
+1.5
★ / day
Trend
→steady
star history
The repository provides utilities to run CLIP inference to generate embeddings for images and text, build efficient similarity indices, and serve them via a Flask backend with a web UI. It includes modules for batch inference, index construction with approximate nearest neighbor search, filtering, and an end-to-end pipeline that processes datasets through embedding generation and retrieval serving.