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

Issue Solved #1526 :- Added Podcast Recommendaton System #1527

Merged
merged 4 commits into from
Oct 23, 2024

Conversation

PrAyAg9
Copy link
Contributor

@PrAyAg9 PrAyAg9 commented Oct 22, 2024

Description

With the growth of podcasting over the past few years, it becomes increasingly difficult for users to discover new podcasts they may enjoy. Listeners may have a handful of regular podcasts they listen to and are usually reluctant or hesitant in listening to something new. Unlike with music or movies, users can't listen to the first 10 seconds or scrub through a preview to see if they like a particular podcast. Podcasts are usually long and topics per podcast vary greatly, which adds to the challenge of matching users to podcasts they might enjoy. Additionally, due to the sheer volume of podcasts and podcast episodes, it's near impossible for users to scour through them all to find the podcast they like.

However, we can potentially aggregate metadata about podcasts that a user does like and employ various NLP techniques to recommend new, similar podcasts that they may enjoy.

Fixes #1526

Type of change

  • [yes ] Added a new machine learning frameworks, libraries or software.
  • Documentation update

Checklist:

  • [ yes] My code follows the style guidelines of this project
  • [yes ] I have performed a self-review of my own code
  • [yes ] I have commented my code, particularly in hard-to-understand areas
  • [yes ] I have made corresponding changes to the documentation
  • [yes ] My changes generate no new warnings

Copy link

Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. In the meantime, please ensure that your changes align with our CONTRIBUTING.md. If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊

@sanjay-kv sanjay-kv merged commit 5ea7d06 into recodehive:main Oct 23, 2024
2 checks passed
@PrAyAg9 PrAyAg9 deleted the prayag1 branch October 23, 2024 05:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Todo
Development

Successfully merging this pull request may close these issues.

💡[Feature]: Inserted Podcast Recommendation System
2 participants