- Numpy
- pip install numpy
- Pandas
- pip install pandas
- PIL
- pip install pillow
- Matplotlip
- pip install matplotlib
The project contains three Parts:
- Viewing Movies
- Data Visualization
- Movie Recommendations
Pick a movie from the combo box and view all the ratings of the movie. Image posters are not available for all the movies; however, a button is provided to add an image to a specific movie
A series of graphs that visualise certain aspects of the data
The user is prompted to rate a few movies that he/she has watched.
- Select a movie
- Give the movie a rating
- Repeat steps 1 & 2, until satisfied
- Click the recommendation button, to get a list of suggested movies
- The Cold Start Problem is not tackled
- Movies with less than 5 ratings will not be used to generate recommendations
The recommendations are generated on a user collaborative approach