Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 584 Bytes

README.md

File metadata and controls

12 lines (6 loc) · 584 Bytes

Recommendation System

A Movie Recommendation System in Python from Scratch

For help or suggestions reach out to [email protected] or open an Issue here on Github. Enjoy!

This tutorial uses the movies and ratings dataset from Amazon that can be found here and here.

To install the required python packages, clone the repo and go to the main root directory. Then run this from your termimal:

pip install -r requirements.txt