this post was submitted on 09 Nov 2023
1 points (100.0% liked)

Machine Learning

1 readers
1 users here now

Community Rules:

founded 11 months ago
MODERATORS
 

Hi Folks,
I am trying to build a solution where I input an e-commerce product URL
and automatically get all the competitors for that product. If you could provide any direction concerning it. It will be beneficial.

you are viewing a single comment's thread
view the rest of the comments
[–] oo_viper_oo@alien.top 1 points 10 months ago

Well, you could calculate distance of all product names or descriptions using some textdistance metric, e.g., rapidfuzz, and then apply clustering on that distance matrix. Resulting clusters would correspond to the products. If you had product images, you could do with some image distance metric.