Hi,
I am zain and i am implementing popularity based recommendations system on django.
The code of recommendation system is implemented on Jupyter notebook and it is using
pandas dataframes and some numPy functions. Now i am confused about how to run that code in my django Product model and how to create view for that code.
Kindly help me out!