khushboogupta13/Flipkart-Product-Categorization
A Natural Language Processing based project that aims at categorizing e-commerce products based on their description using Machine Learning and Deep Learning techniques (implemented using PyTorch).
This project helps e-commerce businesses automatically sort products into categories like 'Clothing' or 'Electronics' based on their written descriptions. You input a product description, and it tells you which of the 13 predefined product categories it belongs to. This is useful for anyone managing product catalogs or online store listings.
No commits in the last 6 months.
Use this if you need to quickly and accurately categorize a large number of e-commerce products based solely on their text descriptions.
Not ideal if you require highly granular sub-category classifications beyond the main product category roots.
Stars
20
Forks
3
Language
Jupyter Notebook
License
—
Category
Last pushed
Apr 10, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/khushboogupta13/Flipkart-Product-Categorization"
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.