1 repository
Integrating third-party recommendation services to supplement local item suggestion pools.
Distinct from Third-Party API Integrations: Specific to retrieving recommendations from other APIs, rather than general third-party service integration.
Explore 1 awesome GitHub repository matching web development · External Recommendation Integrations. Refine with filters or upvote what's useful.
Gorse is a personalized recommendation engine server and machine learning pipeline designed to suggest items to users based on their behavior and preferences. It operates as a distributed system that separates training, candidate generation, and serving nodes to support high-throughput workloads. The system utilizes a multi-stage recommendation pipeline to refine results through retrieval, scoring, and reranking. It generates personalized suggestions using collaborative filtering, matrix factorization, and item-to-item similarity models, while also providing non-personalized and fallback reco
Retrieves item suggestions from third-party services to expand the local recommendation set.