GHamrouni/Recommender
A C library for product recommendations/suggestions using collaborative filtering (CF)
This is a C library that helps developers add product recommendations to their applications. It takes user feedback and preferences for items, learns patterns from this data, and outputs personalized product suggestions for individual users. It's designed for software engineers building recommendation features within their systems.
268 stars. No commits in the last 6 months.
Use this if you are a developer looking for a fast, memory-efficient C library to implement collaborative filtering for product recommendations.
Not ideal if you are a business user or an application developer working in a language other than C, as this requires C-level integration.
Stars
268
Forks
63
Language
C
License
BSD-2-Clause
Category
Last pushed
Jul 19, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/GHamrouni/Recommender"
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
jaimevalero/github-recommendation-engine
A github repository suggestion system
Md-Emon-Hasan/BookSage-AI
Full-stack hybrid book recommendation system combining Collaborative Filtering and Content-Based...