jfkirk/tensorrec
A TensorFlow recommendation algorithm and framework in Python.
TensorRec helps you build personalized recommendation systems that suggest items to users based on their past interactions and characteristics. It takes user data, item data, and historical interactions as input, then generates predictions and ranked recommendations. This is for data scientists or machine learning engineers who need to deploy custom recommendation logic.
1,303 stars. No commits in the last 6 months. Available on PyPI.
Use this if you need a flexible framework to quickly prototype and customize recommendation algorithms using TensorFlow.
Not ideal if you need a pre-built, actively maintained solution, as this project is no longer under active development.
Stars
1,303
Forks
221
Language
Python
License
Apache-2.0
Category
Last pushed
May 22, 2023
Commits (30d)
0
Dependencies
4
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/jfkirk/tensorrec"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Related frameworks
meta-pytorch/torchrec
Pytorch domain library for recommendation systems
recommenders-team/recommenders
Best Practices on Recommendation Systems
hongleizhang/RSPapers
RSTutorials: A Curated List of Must-read Papers on Recommender System.
kakao/buffalo
TOROS Buffalo: A fast and scalable production-ready open source project for recommender systems
google-research/recsim
A Configurable Recommender Systems Simulation Platform