sunzeyeah/item-alignment
ccks2022 task9 subtask2 商品同款识别
This project helps e-commerce platforms and online retailers identify identical products across vast databases, even if they're listed differently by various sellers. It takes product information like titles, images, categories, and attributes, and outputs whether two products are considered 'the same item'. An e-commerce data analyst or product manager would use this to build a comprehensive product knowledge graph, improve search accuracy, or optimize inventory.
No commits in the last 6 months.
Use this if you need to precisely match identical products from large, varied e-commerce datasets to enhance product discovery or catalog management.
Not ideal if you're looking for fuzzy matching of similar but not identical products, or if your primary need is identifying product variations (SKUs) rather than base items.
Stars
46
Forks
12
Language
Jupyter Notebook
License
—
Category
Last pushed
Feb 09, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/sunzeyeah/item-alignment"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
jenojp/negspacy
spaCy pipeline object for negating concepts in text
Mascerade/supervised-product-matching
⚖️ Neural network for product matching, aka classifying whether two product titles represent the...
dmlls/negate
negate_sentence(A Python module that doesn't negate sentences.)
sugatagh/E-commerce-Text-Classification
Proper categorization of e-commerce products enhances the user experience and achieves better...
MaggieMeow/neko
Product categorization using sequence-to-sequence models and others.