Skip to content
#

popularity-based-recommendation

Here are 22 public repositories matching this topic...

The Book Recommendation System provides personalized book suggestions using Popularity-Based Recommender, Collaborative Filtering, and Cosine Similarity. Implemented with Flask, it allows users to enter a book title and receive tailored recommendations based on their preferences.

  • Updated Jan 2, 2025
  • Jupyter Notebook

The Book Recommendation System is designed to assist users in discovering books that align with their personal interests and reading habits. This system aims to address the challenge of information overload. The combination of a robust recommendation engine and an intuitive user interface ensures that users have a seamless experience.

  • Updated Dec 30, 2024
  • HTML

Hybrid Movie Recommendation System offering personalized and popularity-based suggestions using content-based and collaborative filtering, with FastAPI backend, Streamlit frontend, and Dockerized deployment for interactive movie discovery.

  • Updated Mar 29, 2026
  • Jupyter Notebook

This project aims to develop a robust book recommendation system using Python and Flask . Leveraging extensive datasets of book information and user interactions, the system employs advanced machine learning algorithms like collaborative filtering to provide personalized recommendations.

  • Updated Apr 15, 2025
  • HTML

This project is a Book Recommendation System that uses two main approaches: Popularity-Based and Collaborative Filtering. It recommends top books based on their rating frequency and average ratings, and also provides personalized book suggestions by analyzing user interactions.

  • Updated Dec 8, 2024
  • Jupyter Notebook

Suggestify-RecommendationSystems is a dedicated repository for implementing and experimenting with traditional recommendation system techniques. It covers collaborative filtering, content-based methods, and hybrid approaches, focusing on practical and scalable solutions for personalised recommendations across various domains.

  • Updated Mar 24, 2025
  • Jupyter Notebook

Popularity-based recommendations are a simple baseline in recommender systems that recommend the most popular items to all users. These systems are widely used as a reference model in research and industry because of their simplicity and ability to function without user history.

  • Updated Jan 30, 2026
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the popularity-based-recommendation 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 popularity-based-recommendation topic, visit your repo's landing page and select "manage topics."

Learn more