Metadata-Version: 2.1
Name: rstk
Version: 0.1.3
Summary: Lightweight recommender system toolkit
Home-page: https://github.com/rat-nick/rstk
Author: Nikola Ratinac
Author-email: nikola.ratinac@gmail.com
License: 3-clause BSD
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: click
Requires-Dist: pandas
Requires-Dist: numpy
Requires-Dist: scikit-learn

# Recommender systems toolkit

Simple and lightweight toolkit for building recommender systems.
## Installation
```sh
pip install rstk
```

## Usage

```sh
rstk build <algorithm> <dataset> [model-path]
```
For further information dive into the [examples](https://github.com/rat-nick/rstk/tree/main/examples).
