How we use Recommendation System in Django?
I am working on a project (Recommendation for Clothes of E-commerce Site for Online Shopping) in which we almost done module 1 and in module 2 I use recommendation system. Requirements are : The system should be able to recommend the products to the user based on his/her buying history.
For implementing the recommendation functionality in your Project you have to use AI (Machine Learning) based Approach.
So how I'll perform this task ?