Skip to content

A recommender engine similar to those used by Netflix or Amazon.

Notifications You must be signed in to change notification settings

kenumali/DIY-Recommender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DIY-Recommender

This is a capstone project. A recommender system with the same basic features as those used by companies such as Netflix and Amazon. This work with data for movies, including ratings, but the principles involved can easily be adapted to books, restaurants, and more.

Test my Recommender Engine here:

http://www.dukelearntoprogram.com/capstone/recommender.php?id=SrYjhnacE3AvoQ

Given input files on users ratings and movie titles, the program will be able to:

  1. Read in and parse data into lists and maps;
  2. Calculate average ratings;
  3. Calculate how similar a given rater is to another user based on ratings; and
  4. Recommended movies to a given user based on ratings.
  5. Display recommended movies for a given user on a webpage.

Link to the course

https://www.coursera.org/learn/java-programming-recommender

Download a custom BlueJ Environment to make run this project

http://www.dukelearntoprogram.com/downloads/bluej.php

Or import the JAR files included

About

A recommender engine similar to those used by Netflix or Amazon.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages