This repository is under active development.
Pyrec is an open-source library for recommender systems.
-
Clone the project:
git clone git@github.com:whiteRa2bit/pyrec.git cd pyrec
-
Please make sure that you run in a Docker container or a virtual environment and install the dependencies:
python3 -m venv venv . venv/bin/activate pip install -r requirements.txt