Skip to content
/ rstk Public

Lightweight toolkit for building recommender systems

License

Notifications You must be signed in to change notification settings

rat-nick/rstk

Repository files navigation

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.

Releases

No releases published

Packages

No packages published