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
[–] new_name_who_dis_@alien.top 1 points 10 months ago

That's not really an ML problem. It's a search problem. You'd need an index (or at least db) of all e-commerce products. Then you can potentially use ML to find competitors, but I feel like for this you don't need ML


a simple if statement for the two products being of the same type will suffice.