项目作者: divyansha1115

项目描述 :
Movie Recommendation using Matrix Factorisation, User based collaborative and Item based collaborative filtering
高级语言: JavaScript
项目地址: git://github.com/divyansha1115/Movie-recommendation.git
创建时间: 2019-02-15T12:56:44Z
项目社区:https://github.com/divyansha1115/Movie-recommendation

开源协议:

下载


Movie-recommendation

The data set have been taken from movieLens and the movie information was extracted from IMDB.

Getting Started

cd into any of the heroku directories

  1. cd heroku

pip install all the requirements using

  1. pip install requirements.txt

Run the flask app

  1. python app.py

File Description

This has been deployed but is not working due to some server load issue but will work in localhost
The ratings in the app should be an integer ranging from 0-5

Deployment

The deployment of these apps has been done through Heroku

The database was stored using Mlab

Movie Lens Dataset Description

The small version of this dataset have been used which contains 100,000 ratings and 3,600 tag applications applied to 9,000 movies by 600 users.

Only ~800 movies were used from this dataset due to server issues.

We have used 3 files from this dataset

  • ratings.csv - Each line of this file after the header row represents one rating of one movie by one user
  • movies.csv - Each line of this file after the header row represents one movie
  • links.csv - Each line of this file after the header row represents one movie