1 个仓库
Recommendation engines designed specifically for integration with Active Record models.
Distinct from Recommendation Models: Distinct from Recommendation Models: specifically targets the Active Record integration pattern for Ruby applications.
Explore 1 awesome GitHub repository matching artificial intelligence & ml · ActiveRecord Recommendation Plugins. Refine with filters or upvote what's useful.
Recommendable is a Ruby library designed to integrate recommendation engines directly into database-backed applications. It provides a framework for tracking user interactions, such as likes, dislikes, and bookmarks, to build detailed interest profiles and generate personalized content suggestions. The engine distinguishes itself by utilizing collaborative filtering to identify relationships between items based on overlapping user behavior. It supports both personalized suggestions tailored to individual preferences and aggregate popularity rankings that surface trending content across the en
Integrates with database models to track user interactions and process recommendation updates through background job queues.