Recommender systems toolkit Simple and lightweight toolkit for building and deploying recommender systems. Installation pip install rstk Usage Building a recommender system rstk build <algorithm> <dataset> [model-path] Serving it as an HTTP endpoint rstk run <model/path> Runs it on the default port 11235 For further information dive into the examples.