Listing Radar is a tool that helps us find marketplace listings that may be using our brand name, product titles, or images. It will first scan our own listings to collect product details, then scan marketplaces like Walmart, Target, Temu, eBay, and others to find similar or duplicate listings.
 
 
Go to file
bahawal.baloch 0694f9162a Add image processing and downloading scripts for DINOv2 model
- Introduced `dino_image_matching.py` for generating image embeddings and calculating cosine similarity.
- Added `download_images.py` to download images from URLs specified in an Excel file, with support for parallel downloads and retries.
- Created `generate_pairs_csv.py` to generate a CSV file of image pairs for training, including positive and negative pairs based on image hashes.
2026-05-07 17:45:48 +05:00
README.md first commit 2026-05-07 17:43:31 +05:00
dataset.py Add dataset, model, training, inference, and utility scripts for Siamese Network implementation 2026-05-07 17:45:33 +05:00
dino_image_matching.py Add image processing and downloading scripts for DINOv2 model 2026-05-07 17:45:48 +05:00
download_images.py Add image processing and downloading scripts for DINOv2 model 2026-05-07 17:45:48 +05:00
generate_pairs_csv.py Add image processing and downloading scripts for DINOv2 model 2026-05-07 17:45:48 +05:00
inference.py Add dataset, model, training, inference, and utility scripts for Siamese Network implementation 2026-05-07 17:45:33 +05:00
model.py Add dataset, model, training, inference, and utility scripts for Siamese Network implementation 2026-05-07 17:45:33 +05:00
p_hash.py Add dataset, model, training, inference, and utility scripts for Siamese Network implementation 2026-05-07 17:45:33 +05:00
train.py Add dataset, model, training, inference, and utility scripts for Siamese Network implementation 2026-05-07 17:45:33 +05:00

README.md