CoolFace
Datasetpublic

hkanade/insect_image_retrieval

Introduction This dataset provides CLIP embeddings for images of insects, enabling similarity search and content-based retrieval. Source All images were sourced from Francesco/insects-mytwu. Code If you wish to create a similar dataset then feel free to use the code provided here: https://github.com/rishik18/CLIP_embedding_based_retrieval Sample Usage from datasets import load_dataset ds_new =… See the full description on the dataset page: https://huggingface.co/datasets/hkanade/insect_image_retrieval.

sourceHugging Faceccupdated 1y agoView on Hugging Face
0likes33downloads
Dataset Card

Introduction

This dataset provides CLIP embeddings for images of insects, enabling similarity search and content-based retrieval.

Source

All images were sourced from Francesco/insects-mytwu.

Code

If you wish to create a similar dataset then feel free to use the code provided here: https://github.com/rishik18/CLIPembeddingbased_retrieval

Sample Usage

python
from datasets import load_dataset

ds_new = load_dataset("hkanade/insect_image_retrieval")
ds_new["train"][0]["image"]

Examples of image retrieval

image/png image/png image/png image/png

Citation

If you use this dataset, please cite:

Kanade, H. (2025). [insect_image_retrieval](https://huggingface.co/datasets/hkanade/insect_image_retrieval) [Data set]. Hugging Face. Accessed 2025-08-25.

BibTeX

bibtex
@misc{kanade2025insect_image_retrieval,
  author       = {Hrishikesh Kanade},
  title        = {insect_image_retrieval},
  year         = {2025},
  howpublished = {\url{https://huggingface.co/datasets/hkanade/insect_image_retrieval}},
  note         = {Hugging Face dataset; accessed 2025-08-25}
}