Skip to content

Latest commit

History

25 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

pyrec

Library to train and serve recommendation models in Python

Installation

pip install git+https://github.com/redbubble/pyrec.git

Usage

Implicit Library Wrapper

frompyrecimportload_recommender# Load a recommender from filerecommender=load_recommender(als_model_file='als_model.npz', index_file='annoy_index.ann')
recommender.recommend(item_ids=[28418326, 15779237, 11422387], item_weights=[10,20,3], number_of_results=5)

About

Library to train and serve recommendation models in Python

Resources

Stars

1 star

Watchers

23 watching

Forks

Releases

Packages

Used by

Contributors

Languages