All Projects → asif536 → Movie Recommender System

asif536 / Movie Recommender System

Licence: apache-2.0
Basic Movie Recommendation Web Application using user-item collaborative filtering.

Projects that are alternatives of or similar to Movie Recommender System

recommender system with Python
recommender system tutorial with Python
Stars: ✭ 106 (+24.71%)
Mutual labels:  collaborative-filtering, recommendation-system, recommendation-engine, recommender-system
recommender
NReco Recommender is a .NET port of Apache Mahout CF java engine (standalone, non-Hadoop version)
Stars: ✭ 35 (-58.82%)
Mutual labels:  collaborative-filtering, recommendation-system, recommendation-engine, recommender-system
Cornac
A Comparative Framework for Multimodal Recommender Systems
Stars: ✭ 308 (+262.35%)
Mutual labels:  recommender-system, collaborative-filtering, recommendation-system, recommendation-engine
retailbox
🛍️RetailBox - eCommerce Recommender System using Machine Learning
Stars: ✭ 32 (-62.35%)
Mutual labels:  recommendation-system, recommendation-engine, recommender-system
Chameleon recsys
Source code of CHAMELEON - A Deep Learning Meta-Architecture for News Recommender Systems
Stars: ✭ 202 (+137.65%)
Mutual labels:  recommender-system, recommendation-system, recommendation-engine
Recsys2019 deeplearning evaluation
This is the repository of our article published in RecSys 2019 "Are We Really Making Much Progress? A Worrying Analysis of Recent Neural Recommendation Approaches" and of several follow-up studies.
Stars: ✭ 780 (+817.65%)
Mutual labels:  recommender-system, collaborative-filtering, recommendation-system
TIFUKNN
kNN-based next-basket recommendation
Stars: ✭ 38 (-55.29%)
Mutual labels:  collaborative-filtering, recommendation-system, recommender-system
raptor
A lightweight product recommendation system (Item Based Collaborative Filtering) developed in Haskell.
Stars: ✭ 34 (-60%)
Mutual labels:  collaborative-filtering, recommendation-system, recommendation-engine
Recdb Postgresql
RecDB is a recommendation engine built entirely inside PostgreSQL
Stars: ✭ 297 (+249.41%)
Mutual labels:  recommender-system, recommendation-system, recommendation-engine
Recnn
Reinforced Recommendation toolkit built around pytorch 1.7
Stars: ✭ 362 (+325.88%)
Mutual labels:  recommender-system, recommendation-system
Neural graph collaborative filtering
Neural Graph Collaborative Filtering, SIGIR2019
Stars: ✭ 517 (+508.24%)
Mutual labels:  recommender-system, collaborative-filtering
Recbole
A unified, comprehensive and efficient recommendation library
Stars: ✭ 780 (+817.65%)
Mutual labels:  collaborative-filtering, recommendation-system
Gorse
An open source recommender system service written in Go
Stars: ✭ 1,148 (+1250.59%)
Mutual labels:  recommender-system, collaborative-filtering
Rspapers
A Curated List of Must-read Papers on Recommender System.
Stars: ✭ 4,140 (+4770.59%)
Mutual labels:  recommender-system, collaborative-filtering
Newsrecommendsystem
个性化新闻推荐系统,A news recommendation system involving collaborative filtering,content-based recommendation and hot news recommendation, can be adapted easily to be put into use in other circumstances.
Stars: ✭ 557 (+555.29%)
Mutual labels:  recommender-system, collaborative-filtering
Recommendation Systems Paperlist
Papers about recommendation systems that I am interested in
Stars: ✭ 308 (+262.35%)
Mutual labels:  recommender-system, collaborative-filtering
Recsys
项亮的《推荐系统实践》的代码实现
Stars: ✭ 306 (+260%)
Mutual labels:  recommender-system, recommendation-system
Recsys19 hybridsvd
Accompanying code for reproducing experiments from the HybridSVD paper. Preprint is available at https://arxiv.org/abs/1802.06398.
Stars: ✭ 23 (-72.94%)
Mutual labels:  recommender-system, collaborative-filtering
Deeprec
An Open-source Toolkit for Deep Learning based Recommendation with Tensorflow.
Stars: ✭ 954 (+1022.35%)
Mutual labels:  collaborative-filtering, recommendation-system
Movie
Personalized real-time movie recommendation system
Stars: ✭ 37 (-56.47%)
Mutual labels:  collaborative-filtering, recommendation-system

Movie-Recommender-System

A Web Base user-item Movie Recommendation Engine using Collaborative Filtering By matrix factorizations algorithm and The recommendation based on the underlying idea that is if two persons both liked certian common movies,then the movies that one person has liked that the other person has not yet watched can be recommended to him.

Screenshot

Home page

home

Recommendation page

recom

Rating page

rate

Technologies Used

Web Technologies

Html , Css , JavaScript , Bootstrap , Django

Machine Learning Library In Python3

Numpy , Pandas , Scipy

Database

SQLite

Requirements
python 3.6

pip3

virtualenv
Setup to run

Extract zip file in your computer

Open terminal/cmd promt

Goto that Path

Example

cd ~/Destop/Movie-Recommender-System

Create a new virtual environment on that directory

virtualenv .

Activate Your Virtual Environment

for Linux

source bin/activate

for Windows

cd Scripts
then
activate

To install Dependencies

pip install -r requirements.txt

Creating Local Server

Goto src directory, example

cd ../Movie-Recommender-System/src

To run

python manage.py runserver

Now open your browser and go to this address

http://127.0.0.1:8000

Thank you for visiting my repository.

Note : This is just demo application.. if you want me to customize or build application as per your requirements. please email me at [email protected]

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].