- This project demonstrates how to build an image search engine using Sentence Transformers and FAISS. We leverage the power of pre-trained CLIP models to generate embeddings for images, and then use FAISS to efficiently index and search these embeddings.
- This project implements code from Lihi Gur Arie, PhD , available at (https://gist.github.com/Lihi-Gur-Arie/7cac63dbffde55449d2444e402d87bfc) .