Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 499 Bytes

File metadata and controls

26 lines (20 loc) · 499 Bytes

MIT Data Science - Module 4 - Case Study 1

#RECOMMENDING MOVIES Recommendation engine based on the case studies discussed in the Recommendation systems module.

#Prerequisite

  • Install Python or Docker/Docker-compose
  • Register with Turi for a product key for GraphLab Create

#How to run Create a .env file at project root and set following values:

TURI_GRAPH_LAB_CREATE_PROD_KEY=???

and

python main.py

or

docker-compose up