You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Recommendation Engine for this project was trained using SVD algorithm in Scikit-Surprise.
RecommendationEngine stores trained model in form of pickle file,
which can be stored in database.The pickle file can be used to make predictions for a new user.
Setup
1. Install dependencies
From the root directory of the project run