Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

📃: Movie Recommendation Engine Using Content-Based Filtering #138

Closed
Shreya7tripathy opened this issue Oct 5, 2024 · 2 comments
Closed
Assignees
Labels
Contributor Denotes issues or PRs submitted by contributors to acknowledge their participation. gssoc-ext hacktoberfest level2 Status: Assigned💻 Indicates an issue has been assigned to a contributor.

Comments

@Shreya7tripathy
Copy link
Contributor

Movie Recommendation Engine Using Content-Based Filtering :

Aim :
Build a Movie Recommendation Engine using Content-Based Filtering based on the IMDB top 250 movies dataset.

Dataset Information :
The dataset contains the top 250 movies from IMDB with 27 attributes like Title, Director, Genre, Plot, Ratings, etc.

Libraries :

  • pandas
  • nltk
  • sklearn
  • re

Algorithms :

  • Content-Based Filtering

Brief Explanation :

  • Preprocess the dataset using pandas, nltk, and re.
  • Apply Content-Based Filtering to recommend movies based on attributes like genre, plot, and director.
  • Use sklearn for feature extraction and model building.
  • Evaluate the recommendation quality and provide visualizations of results.

To be Mentioned while taking the issue:

  • Full name: Shreya Tripathy
  • What is your participant role? gssoc-ext , hacktoberfest-accepted

@UTSAVS26 Can you please assign me with this task

Copy link

github-actions bot commented Oct 5, 2024

🙌 Thank you for bringing this issue to our attention! We appreciate your input and will investigate it as soon as possible.

Feel free to join our community on Discord to discuss more!

@UTSAVS26 UTSAVS26 added Contributor Denotes issues or PRs submitted by contributors to acknowledge their participation. Status: Assigned💻 Indicates an issue has been assigned to a contributor. level2 gssoc-ext hacktoberfest labels Oct 6, 2024
Copy link

github-actions bot commented Oct 8, 2024

✅ This issue has been closed. Thank you for your contribution! If you have any further questions or issues, feel free to join our community on Discord to discuss more!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Contributor Denotes issues or PRs submitted by contributors to acknowledge their participation. gssoc-ext hacktoberfest level2 Status: Assigned💻 Indicates an issue has been assigned to a contributor.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants