Skip to content
#

contentbasedfiltering

Here are 4 public repositories matching this topic...

End-to-End-Movie-Recommendation-System-with-deployment-using-docker-and-kubernetes

Content Based Recommendation system uses attributes of the content to recommend similar content. It doesn't have a cold-start problem because it works through attributes or tags of the content, such as actors, genres or directors, so that new movies can be recommended right away.

  • Updated May 2, 2022
  • Python

The application uses content based filtering to make recommendations. For every movie selected, 12 recommendations are made based on their cosine similarity with the selected movie. An API feteches the poster image of the movie and displays them in an image grid to the user The database offers nearly 5000 movies to select from

  • Updated Dec 11, 2022
  • Python

Improve this page

Add a description, image, and links to the contentbasedfiltering topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the contentbasedfiltering topic, visit your repo's landing page and select "manage topics."

Learn more