Movie Recommendation System that uses collaborative filtering. We use the MovieLens100K Dataset to obtain data for the system.
- Django
- Numpy
- Pandas
add_data.py , add_ratings.py , add_users.py are scripts to add data from the datasets in data folder to the database. enter_people.py randomly fills up the director, writer and actor tables with names.