/MITDataScience-CaseStudy4.1

MIT xPRO Data Science Course Movie Recommendations Case Study

Primary LanguagePython

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