Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jyotindersingh/javaflix---movie-recommendation-system

A recommendation system, complete with UI built using Java in IntelliJ IDEA
https://github.com/jyotindersingh/javaflix---movie-recommendation-system

contributions-welcome intellij java java-8 open-source recommendation-algorithms recommendation-engine recommender-system swings

Last synced: about 6 hours ago
JSON representation

A recommendation system, complete with UI built using Java in IntelliJ IDEA

Awesome Lists containing this project

README

        

# JavaFlix - Movie Recommendation System
### A recommendation system, complete with UI built using Java in IntelliJ IDEA
---

The recommendation engine displays a list of 10 movies to the user and allows them to rate them, and then based on their ratings it displays the recommendations.

The user can also filter the results based on Year of Release, Running Time, Directors, and Genre.

The UI adapts to the OS and might look different on your system, the screenshots below were taken on Ubuntu 18.04, with [Canta theme](https://github.com/vinceliuice/Canta-theme)

###### *This project was built for my 4th Semester Software Engineering Class at MIT, Manipal.*

### Steps to use:
>**import** the project into IntelliJ and select 'Use existing sources' when prompted.

>Open the **TempLoader.java** file and run it

#### Homepage
Homepage

#### Recommendations
Recommendations

---

### Class Diagram
Refer this diagram to understand how the different classes interact with each other, and how the interfaces are implemented.
The diagram was generated automoatically inside InterlliJ.

*(Click on the image to enlarge it)*

Recommendations

---

The recommendation engine uses an open source data set from the [Movie Tweetings project](https://github.com/sidooms/MovieTweetings) which is present in the 'data' Folder.

The project also uses Apache Commons and edu.duke open source Java Libraries, which are also included in the source.

---

### Known Issues
- The recommendation results sometimes also include movies that the user rated to get the recommendation in the first place
- Add scrolling to the recommendation window

(easy fixes - contributions welcome)