Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 459 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 459 Bytes

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.