madan96 / La-Z-Boy

Get IMDb ratings for movies showing up on TV |
https://la-z-b0y.herokuapp.com/
MIT License
15 stars 26 forks source link

Design a Terminal based menu #20

Open madan96 opened 7 years ago

madan96 commented 7 years ago

For all different functionalities of this project, we will have different options in the main menu. For starting with this issue, start with options:

swapnil-ss commented 7 years ago

@madan96 so how you are going to recommend a movie ? I have some suggestions. 1.It can filter out on the basis of imdb ratings. Like if we put a threshold and pass it through the terminal then it will filter out only those movies which have imdb rating greater than that threshold.

  1. If it will be possible to get the genre of movies and if we can add genre to the argument in the terminal then it will filter out the movies of only that genre. And we can easily get the details of the movie from imdb. Or it can have the combination of both depending on what we are looking for.
madan96 commented 7 years ago

For recommendation we will ask for the Genre of the movie one wishes to watch. There can be two cases in case of recommendation, one for the movies showing up on TV. In this case, we can simply see the movies having the same genre showing up on TV, and give the top 5 movies as recommendation. In other case, we can use NLP, and get some other movies related to the ones showing up.

  1. Yes, this can be done, we can give both options, like one asks for threshold value and other displays all.

  2. Displaying the genre with the movie and filtering can be done.

On Sat, Dec 3, 2016 at 3:53 PM, Swapnil Kumar notifications@github.com wrote:

@madan96 https://github.com/madan96 so how you are going to recommend a movie ? I have some suggestions. 1.It can filter out on the basis of imdb ratings. Like if we put a threshold and pass it through the terminal then it will filter out only those movies which have imdb rating greater than that threshold.

  1. If it will be possible to get the genre of movies and if we can add genre to the argument in the terminal then it will filter out the movies of only that genre. And we can easily get the details of the movie from imdb. Or it can have the combination of both depending on what we are looking for.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/madan96/La-Z-Boy/issues/20#issuecomment-264630716, or mute the thread https://github.com/notifications/unsubscribe-auth/ANOn2KEyUH6g9_AevPTH3ltFHrjneTuuks5rEUMagaJpZM4LCpFN .

-- Rishabh Madan Second Year Undergraduate student Indian Institute of Technology, Kharagpur

madan96 commented 7 years ago

@swapnil-ss Are you working on the menu part?

swapnil-ss commented 7 years ago

@madan96 yeah i was working on this part and I am trying to use argparse so that we can directly pass the argument with the terminal for the recommendation.