#19 · Primary category: Recommender Systems
MMRec
A Toolbox for MultiModal Recommendation. Integrating 10+ Models...
Project last updated:07/14/26
GitHub Stars
688
Forks
107
Contributors
11
License
GPL-3.0
Why we included this project
MMRec is a research toolbox that gathers a large set of multimodal recommendation models into one codebase, so people studying how to recommend items from images, text, or other side data can compare approaches without reimplementing each paper. It includes reference implementations of well-known methods like VBPR, MMGCN, LATTICE, and BM3, plus newer graph-based and self-supervised models, all sharing the same data pipeline and evaluation setup. That shared infrastructure is the real draw: you can swap models, run them on identical datasets, and get comparable metrics instead of wrestling with divergent codebases. For researchers and engineers prototyping multimedia recommendation, it's a practical starting point for baselines and for seeing how different fusion and graph-learning strategies actually behave.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
gorse
AI powered open source recommender system engine supports classical/LLM rankers and multimodal content via embedding
DeepCTR
Easy-to-use,Modular and Extendible package of deep-learning based CTR models .
Surprise
A Python scikit for building and analyzing recommender systems
RSPapers
RSTutorials: A Curated List of Must-read Papers on Recommender System.
lightfm
A Python implementation of LightFM, a hybrid recommendation algorithm.