menu
techminis

A naukri.com initiative

google-web-stories
Home

>

Programming News

>

Process to...
source image

Dev

2w

read

17

img
dot

Image Credit: Dev

Process to Create a Movie Recommender in the Terminal

  • The movie recommender program was created in the terminal by focusing on using class and different data structures in Python.
  • The data structure for the movie database consisted of nodes containing a dictionary with key-value pairs for movie information like name, genre, rating, actors, and synopsis.
  • Data was sourced from RottenTomatoes, compiled into a CSV file, and initialized into Movie class objects in the program.
  • The user interface allowed users to add filters to their search preferences, saved in a dictionary and used in a simple linear search algorithm to display recommended movies based on criteria like rating, actors, and genres.

Read Full Article

like

1 Like

For uninterrupted reading, download the app