neelshah2409 / Bot-Collection

A collection of bots which will help to automate everything
MIT License
73 stars 107 forks source link

[GSSoC'23] Create a movie recommendation bot with python #181

Open smty2018 opened 1 year ago

smty2018 commented 1 year ago

Genre-based movie Recommendations with Integration with Movie Databases.

smty2018 commented 1 year ago

@shaishav06 @Shubhanshu156 @neelshah2409 Sirs, please /assign this issue to me to work under the program of GSSoC'23.

ParagPatil02 commented 1 year ago

Hi I would like to work on this. Please can you assign it to me?

amankumar100 commented 1 year ago

Hey I have resolved this issue. Here is the link below. https://github.com/amankumar100/Bot-Collection/tree/main/Movie%20Recommendation%20Bot1.

amankumar100 commented 1 year ago

Please explain how will I get points on Girlscript Summer of Code via this contribution.

sagnik-p commented 1 year ago

I would like to work on this issue

Here is how I plan to do it:

  1. User will input his preferred genre of movie (comedy, action, fantasy, etc)
  2. I would use a public dataset like MovieLens dataset
  3. After cleaning and preprocessing , calculate similarity between the movies (cosine similarity technique)
  4. Give the output after data analysis using pandas in python

If you liked the idea , please assign this issue to me.