Skip to content
#

hybrid-recommender

Here are 31 public repositories matching this topic...

Movie recommendation system with Python. Implements content-based filtering (TF-IDF + cosine similarity), collaborative filtering with matrix factorization (TruncatedSVD), and a hybrid approach. Evaluates with Precision@K, Recall@K, and NDCG. Includes rating distribution plots, top movies, and sample recommendations.

  • Updated Jun 28, 2026
  • Python

Movie recommendation engine featuring a 6-model hybrid ensemble (SBERT semantic, turbovec vector search, Collaborative Filtering, PageRank, Content, Knowledge Graph) with FastAPI & React Vite. Powered by PySpark MLOps.

  • Updated Jul 14, 2026
  • Python

A Hybrid Anime Recommender System using content-based and collaborative filtering, built with end-to-end MLOps practices. Integrates Comet-ML for experiment tracking, DVC for data/model versioning, Jenkins for CI/CD, and Kubernetes for scalable deployment.

  • Updated Mar 6, 2026
  • Jupyter Notebook
multi-strategy-recommendation-pipeline

A modular, explainable recommendation pipeline leveraging multiple strategies—collaborative filtering, embeddings, and fallback logic—for robust, personalized product recommendations in real-world scenarios.

  • Updated Jun 7, 2025
  • Jupyter Notebook

A full-stack hybrid book recommender system combining collaborative filtering (ALS), content-based similarity (SBERT), and machine learning ranking (CatBoost). Backend: FastAPI • Frontend: Streamlit • Vector DB: Qdrant • Model serving • Cold-start fallback • Book metadata display.

  • Updated Nov 15, 2025
  • Jupyter Notebook

Production-style movie recommendation engine built with Hybrid Recommenders, FastAPI, Streamlit, and MovieLens. Features collaborative filtering, content-based recommendations, model evaluation, and interactive recommendations.

  • Updated Jun 18, 2026
  • Python

A multimodal hybrid movie recommendation engine that combines Collaborative Filtering, Content-Based Filtering, and a Hybrid Fusion layer, with genuine multimodal features via OpenAI CLIP (poster images + text metadata).

  • Updated Apr 5, 2026
  • Jupyter Notebook

Hybrid product recommender system combining SVD-based collaborative filtering, TF-IDF content-based filtering, candidate generation, offline evaluation, and an interactive Streamlit interface.

  • Updated Jul 14, 2026
  • Jupyter Notebook

Improve this page

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

Learn more