saurabhbakolia / SCROLLME--ECOMMERCE-WEBSITE

ScrollMe is an open-source eCommerce platform built with JavaScript, React, Styled Components, Node.js (Express), and MongoDB. It offers a modern shopping experience with a scalable backend, perfect for contributors or those learning modern web development.
https://www.scrollme.online/
MIT License
18 stars 64 forks source link

Personalized Shopping Assistant #93

Open meghanakn473 opened 1 month ago

meghanakn473 commented 1 month ago

I want to implement personalized Shopping Assistant using AI to recommend products based on user preferences.

meghanakn473 commented 1 month ago

hey @saurabhbakolia can u please assign me this issue, i want to work on it

saurabhbakolia commented 1 month ago

@meghanakn473 assigned!

Also, can you give some idea? How will this work?

meghanakn473 commented 1 month ago

@meghanakn473 assigned!

Also, can you give some idea? How will this work?

To implement a Personalized Shopping Assistant using AI, I would start by collecting user data like browsing history and previous purchases, storing this information in a database. Next, I'd preprocess the data to make it suitable for analysis. For recommendations, I'd utilize collaborative filtering based on user interactions or content-based filtering focusing on product attributes. Then, I'd integrate an API to serve these recommendations in real time on the website. Finally, I would evaluate the system’s performance to refine the recommendations continuously.

saurabhbakolia commented 1 month ago

done!

meghanakn473 commented 1 month ago

hey @saurabhbakolia im almost done with the implementation....while i was executing the backend server for proof,,,, im getting the error as "Cannot GET /api/auth" guide me through next steps please.

meghanakn473 commented 1 month ago

@thakuratul2 @saurabhbakolia ??

meghanakn473 commented 3 weeks ago

@sanjay-kv @saurabhbakolia Please help

thakuratul2 commented 3 weeks ago

@meghanakn473 can you share the video

thakuratul2 commented 3 weeks ago

@meghanakn473 which number is your pr

meghanakn473 commented 3 weeks ago

@meghanakn473 which number is your pr

I haven't made pr yet

meghanakn473 commented 3 weeks ago

@meghanakn473 can you share the video

Vdo of wt?

thakuratul2 commented 3 weeks ago

@meghanakn473 what you are facing issue

meghanakn473 commented 3 weeks ago

im almost done with the implementation....while i was executing the backend server for proof,,,, im getting the error as "Cannot GET /api/auth" guide me through next steps please.

meghanakn473 commented 3 weeks ago

I want to implement a Personalized Shopping Assistant using AI, I would start by collecting user data like browsing history and previous purchases, storing this information in a database. Next, I'd preprocess the data to make it suitable for analysis. For recommendations, I'd utilize collaborative filtering based on user interactions or content-based filtering focusing on product attributes. Then, I'd integrate an API to serve these recommendations in real time on the website. Finally, I would evaluate the system’s performance to refine the recommendations continuously.