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 c66d3b1029 Add dataset, model, training, inference, and utility scripts for Siamese Network implementation
- Implemented dataset and augmentation pipeline in `dataset.py` for handling image pairs and heavy augmentations.
- Created a Siamese Network architecture in `model.py` with shared weights and contrastive loss functions.
- Developed training script in `train.py` to facilitate model training with validation and early stopping.
- Added inference capabilities in `inference.py` for comparing images and finding matches.
- Included a perceptual hashing utility in `p_hash.py` for quick image similarity checks.
2026-05-07 17:45:33 +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
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