#20 · Primary category: Recommender Systems
personalized-recommender-course
👕 Open-source course on architecting, building and deploying a real-time personalized recommender for H&M fashion articles.
Project last updated:04/06/26
GitHub Stars
650
Forks
131
Contributors
4
License
MIT
Why we included this project
A recommender that works in a notebook is one thing; one that serves live traffic is another. This course uses a concrete H&M fashion dataset to show the full path, from a four-stage recommender with a two-tower retrieval network to feature pipelines backed by a feature store, training and evaluation of retrieval and ranking models, and deployment to Kubernetes with KServe. Each module pairs a written article with runnable notebooks and a reusable Python package, so you can follow along locally, on Colab, or via GitHub Actions without a GPU. The final module layers LLM-based ranking on top of the classic architecture. If you're planning your own recommender, the Feature/Training/Inference separation and deployment patterns are directly transferable, and the live Streamlit demo shows the finished system before you start.
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.