codebyshibsankar/image_triplet_loss
Image similarity using Triplet Loss
This project helps you find images that look alike from a larger collection. You provide a set of images, and it learns to identify their unique features. The result is a system that can group similar images together, which is useful for anyone who needs to organize or search through many pictures, like a photographer or an e-commerce manager.
102 stars. No commits in the last 6 months.
Use this if you need to automatically identify and group images that are visually similar, such as finding all pictures of the same product or person.
Not ideal if you need to classify images into predefined categories rather than just finding look-alikes.
Stars
102
Forks
47
Language
Jupyter Notebook
License
MIT
Category
Last pushed
Apr 05, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/codebyshibsankar/image_triplet_loss"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
open-mmlab/mmpretrain
OpenMMLab Pre-training Toolbox and Benchmark
facebookresearch/mmf
A modular framework for vision & language multimodal research from Facebook AI Research (FAIR)
adambielski/siamese-triplet
Siamese and triplet networks with online pair/triplet mining in PyTorch
HuaizhengZhang/Awsome-Deep-Learning-for-Video-Analysis
Papers, code and datasets about deep learning and multi-modal learning for video analysis
KaiyangZhou/pytorch-vsumm-reinforce
Unsupervised video summarization with deep reinforcement learning (AAAI'18)