ukrbublik/You-Can-Not-Recommend
Recommender system engine on NodeJS
This tool helps businesses and content platforms provide personalized recommendations to their users. It takes a database of users, items (like movies, products, or articles), and their explicit ratings, then processes this data to generate tailored suggestions. The primary users are product managers or data teams at companies that need to offer "next-best" recommendations to improve engagement or sales.
No commits in the last 6 months.
Use this if you need to generate item recommendations based on explicit user ratings (like star ratings) and want a system that can scale to large datasets and be distributed across multiple machines.
Not ideal if your recommendation needs rely on implicit signals (like clicks or views without explicit ratings), or if you require algorithms beyond matrix factorization.
Stars
19
Forks
2
Language
JavaScript
License
GPL-3.0
Category
Last pushed
Jul 23, 2018
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/ukrbublik/You-Can-Not-Recommend"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
benfred/implicit
Fast Python Collaborative Filtering for Implicit Feedback Datasets
NicolasHug/Surprise
A Python scikit for building and analyzing recommender systems
MengtingWan/goodreads
code samples for the goodreads datasets
GHamrouni/Recommender
A C library for product recommendations/suggestions using collaborative filtering (CF)
Md-Emon-Hasan/BookSage-AI
Full-stack hybrid book recommendation system combining Collaborative Filtering and Content-Based...