It is a content based recommender system from the sample dataset for determing the most similar items.
git clone https://github.com/mish1102/RecommendationEngine-ContentBased.git
python3 recommender_system.py
Then you will be asked two questions:
Mention Item ID in response1 and Number of recommended items you want to get displayed as response2
Your repsonse will look like:\
Alpine guide pants (score:0.8253856759948797)
Guide jkt (score:0.20769755384994887)
Guide jkt (score:0.18827991801713145)
Rock guide pants (score:0.16574026828699218)
Lw guide pants (score:0.16373827536275246)
More upgrade on this basic version will be continued to enhance the content based to more complex dataset.
Thank you for reading! Cheers!!