Ross ROSS = Recommend OSS · open-source software intelligence for agents

asmuth/recommendify

Generate recommendations using collaborative filtering observed · 2026-08-28

github.com/asmuth/recommendify · Ruby observed · 2026-08-28

Health v2 · maintenance only

32/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases no_license

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 5330
  • days_rel: n/a
  • days_push: 4500
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1649 stars · 145 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

Recommendify is a Ruby/Redis-based recommendation engine that generates item-to-item recommendations using collaborative filtering. It processes user interaction data (e.g., user-item pairs) incrementally and across multiple hosts, with a worker implemented in plain Ruby and native C.

Use cases

  • generate 'users who bought this also bought that' recommendations from purchase data
  • recommend similar videos based on co-viewing behavior
  • build item-to-item similarity matrices from user interaction sets
  • compute jaccard-based recommendations incrementally in Ruby
  • power product recommendations for an e-commerce site

When to choose

  • you need item-to-item collaborative filtering in a Ruby stack
  • your interaction data fits a co-concurrence model and you want Redis-backed incremental updates
  • you want a lightweight, self-hosted recommender without heavy ML dependencies

When to avoid

  • you need actively maintained software with a license and recent updates
  • you need content-based or deep-learning recommendations
  • your stack is not Ruby/Redis
  • you need large-scale distributed training beyond simple co-concurrence

Facets

library · maturity abandoned

machine-learning search-engine caching machine-learning e-commerce data-science ruby collaborative-filtering recommendation-engine redis similarity-matrix jaccard linux macos

1 source

Member repositories

RepositoryRoleHealth v2
asmuth/recommendifymain32

For agents

markdown · JSON · MCP: product_card(name="asmuth/recommendify")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem