You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains the core model we called "Collaborative filtering enhanced Content-based Filtering" published in our UMUAI article "Movie Genome: Alleviating New Item Cold Start in Movie Recommendation"
MelodyMind offers personalized music recommendations, from a real-time Last.fm API-powered app to an advanced hybrid system combining content-based and collaborative filtering with LightFM.
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.
🎵 A hybrid recommendation system for Amazon Digital Music (2023) combining TF-IDF, collaborative filtering, and popularity models into an interactive Streamlit app.
Hybrid book recommendation system using NLP (TF-IDF, cosine similarity) and collaborative filtering (SVD) to generate personalized book suggestions with high accuracy. Includes full EDA, model evaluation.
Hybrid Movie Recommender est une application full-stack qui génère des recommandations personnalisées de films en fusionnant des signaux content-based et collaborative filtering. Le projet comprend une API (Python), une interface web (TypeScript) et des scripts de préparation/gestion des données.
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.
A lightweight recommender that helps you discover your next learning resource. It blends patterns from similar users with content keywords, and explains each suggestion in the UI.