Skip to content

SABERGLOW/Movie_Recommender_Engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GitHub issues GitHub stars GitHub license

Movie Recommender Engine

Movie Recommdner is a JAVA DIY recommender engine for finding movie recommendations and information about current movies.

You can try the Web-App here: Movie Recommender Engine

Overview:

The goal of the project is to recommend movies based on different criteria which is further based on user ratings of those movies.

The idea is inspired by a website “twitflicks.com” which used to mine Twitter for tweets that included comments about current movies. These comments were then turned into ratings.

Features:

As a user, you will be able to make recommendations by filtering based on genre, or co-stars, or by any other criteria. This will help you further curate the recommendations for you as the program decides which genre you recommended the most, and which type of movies would suit your taste the best. Further goals include a swingbased GUI and a simple web-app for the said project.

External Libraries:

The project makes use of 2 external libraries:

The abovementioned library JARs can be found in the project folder, specifically at: MovieRecommender/external jars.

For detailed compilation instructions, please refer to Developers Documentation