irecsys / CARSKit

Java-Based Context-aware Recommendation Library
https://carskit.github.io/
GNU General Public License v3.0
124 stars 53 forks source link

CARSKit library use #9

Closed Ipiumi closed 5 years ago

Ipiumi commented 7 years ago

Is there any demonstration to use CARSKit library in web application ? Please provide some examples to call from web application for newbies..

irecsys commented 5 years ago

Well, this is a library to be used in offline. What you can do is generating recommendations by using this library, and storing the list of recommendations in the relational database. Your Web applications can retrive the top-N recommendations from the database, as a result.