Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 580 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 580 Bytes

Product Recommendation System

This project is a Flask-based web application that provides product recommendations based on user interactions. It uses MongoDB for data storage and retrieval.

Features

  • Display a list of products on the homepage.
  • Track user interactions with products using cookies.
  • Provide personalized product recommendations based on user interactions.
  • Display detailed information about individual products.
  • Two Recommendation system was implemened 1) Based On user previously clicked product on home page 2) Based on product on product page