Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Something went wrong talking to the database. The full error is in the server console.
Failed query: select "categories"."slug", "categories"."name", "categories"."group_slug", "categories"."description", "categories"."sort_order", count("repositories"."id"), coalesce(sum("repositories"."stars"), 0), coalesce(sum("repositories"."stars_week"), 0), percentile_cont(0.5) within group (order by "repositories"."quality_score"::float8) from "categories" left join "repository_categories" on ("repository_categories"."category_id" = "categories"."id" and "repository_categories"."is_primary" = $1) left join "repositories" on ("repositories"."id" = "repository_categories"."repository_id" and "repositories"."status" = $2 and "repositories"."is_archived" = $3) group by "categories"."id" order by "categories"."sort_order" asc, "categories"."name" asc
params: true,active,false