Skip to content

Latest commit

 

History

History
8 lines (4 loc) · 820 Bytes

README.md

File metadata and controls

8 lines (4 loc) · 820 Bytes

Building an image similarity system with 🤗, Custom Datasets and FAISS

Open In Colab

This notebook is adapted from HuggingFace's Image Similarity with 🤗 Datasets and 🤗 Transformers blog post. The original notebook can be found here. This notebook is modified to work with custom datasets and intended for beginners to learn how to build an image similarity system with 🤗, custom datasets and FAISS.

Steps to build are included in the notebook.