All Projects → batsqd → Movie

batsqd / Movie

Personalized real-time movie recommendation system

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Movie

ScuffedMDB
An open-source website to rate movies watched with friends, made with next.js & chakra-ui. Hosted on vercel.com.
Stars: ✭ 100 (+170.27%)
Mutual labels:  movie, rating
Recommendation-System-Baseline
Some common recommendation system baseline, with description and link.
Stars: ✭ 34 (-8.11%)
Mutual labels:  collaborative-filtering, recommendation-system
raptor
A lightweight product recommendation system (Item Based Collaborative Filtering) developed in Haskell.
Stars: ✭ 34 (-8.11%)
Mutual labels:  collaborative-filtering, recommendation-system
Movie Recommender System
Basic Movie Recommendation Web Application using user-item collaborative filtering.
Stars: ✭ 85 (+129.73%)
Mutual labels:  collaborative-filtering, recommendation-system
Cornac
A Comparative Framework for Multimodal Recommender Systems
Stars: ✭ 308 (+732.43%)
Mutual labels:  collaborative-filtering, recommendation-system
Tutorials
AI-related tutorials. Access any of them for free → https://towardsai.net/editorial
Stars: ✭ 204 (+451.35%)
Mutual labels:  collaborative-filtering, recommendation-system
recommender system with Python
recommender system tutorial with Python
Stars: ✭ 106 (+186.49%)
Mutual labels:  collaborative-filtering, recommendation-system
Oblecto
Oblecto is a media server, which streams media you already own, and is designed to be at the heart of your entertainment experience. It runs on your home server to index and analyze your media such as Movies and TV Shows and presents them in an interface tailored for your media consupmtion needs.
Stars: ✭ 67 (+81.08%)
Mutual labels:  movie, real-time
recommender
NReco Recommender is a .NET port of Apache Mahout CF java engine (standalone, non-Hadoop version)
Stars: ✭ 35 (-5.41%)
Mutual labels:  collaborative-filtering, recommendation-system
Person-Recommendation-Algorithms
推荐算法个人学习笔记以及代码实战
Stars: ✭ 50 (+35.14%)
Mutual labels:  collaborative-filtering, recommendation-system
Graphembeddingrecommendationsystem
Python based Graph Propagation algorithm, DeepWalk to evaluate and compare preference propagation algorithms in heterogeneous information networks from user item relation ship.
Stars: ✭ 144 (+289.19%)
Mutual labels:  recommendation-system, rating
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 (+2008.11%)
Mutual labels:  collaborative-filtering, recommendation-system
Recommenders
Best Practices on Recommendation Systems
Stars: ✭ 11,818 (+31840.54%)
Mutual labels:  recommendation-system, rating
Recommendationsystem
Book recommender system using collaborative filtering based on Spark
Stars: ✭ 244 (+559.46%)
Mutual labels:  collaborative-filtering, recommendation-system
Moviecontentfilter
Watch movies with the freedom (not) to filter
Stars: ✭ 126 (+240.54%)
Mutual labels:  movie, rating
datatheque.com
a data science blog
Stars: ✭ 12 (-67.57%)
Mutual labels:  collaborative-filtering, recommendation-system
TIFUKNN
kNN-based next-basket recommendation
Stars: ✭ 38 (+2.7%)
Mutual labels:  collaborative-filtering, recommendation-system
Recbole
A unified, comprehensive and efficient recommendation library
Stars: ✭ 780 (+2008.11%)
Mutual labels:  collaborative-filtering, recommendation-system
Deeprec
An Open-source Toolkit for Deep Learning based Recommendation with Tensorflow.
Stars: ✭ 954 (+2478.38%)
Mutual labels:  collaborative-filtering, recommendation-system
Mangosta Ios
MongooseIM client for iOS
Stars: ✭ 28 (-24.32%)
Mutual labels:  real-time

Description: the recommendation system on GitHub is primary and different from the final version that is run in the server.

Movie

personalized movie recommendation site MovieWatch //website http://121.42.174.147:8080/Movie/login.action

1 User Registration & Login

To search and rate any movie in this application all user must registered with the system. User must register with this application for access the movie list uploaded by the admin. User registers in this application with their info such as username and password. After successful registration user able to login into the system then search for a movie and rate any movie based on the satisfaction they realized in that movie

2 User Rating for Movies

After successful login, user can search for a particular movie and rate the movie. The rating is based on the 5 Star Rating. If the user give 5 star to a movie it’s 100% satisfied the user, and if any user give 1 Star for a movie then it’s not up to user’s expectations

3 Recommendation (i.e., guess what you like)

After successful login, user can search for a particular movie and rate the movie. User can also see the recommended movies based the ratings already given by their own and other user. Recommender systems are aimed to serve many users, sometimes millions of users at a time. Also the number of items to be recommended can be very high. A really useful recommender system, should have a fast and real time processing capabilities. MovieWatch provide users with viewing services and recommend movies that user might like. After entering the home page, the user can select the movie to watch and then rate the movie range from 1 to 5 star. after rating 5 movies, the user can click ‘You Taste’ to view the movies system recommended.

It should be noted that personalized recommendation movie site MovieWatch can only be better suited to Google and Firefox browser.
图片

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].