Skip to content

Recommendation Engine

Aditi edited this page Jun 11, 2019 · 6 revisions

Description

  • 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

pip install -r requirements.txt

Clone this wiki locally