benfred / implicit

Fast Python Collaborative Filtering for Implicit Feedback Datasets
https://benfred.github.io/implicit/
MIT License
3.56k stars 611 forks source link

[Question] How to extend implicit for image and text or multimodal recommendations using Transformer models as encoders ? #570

Closed PrithivirajDamodaran closed 2 years ago

PrithivirajDamodaran commented 2 years ago

Please advice.

benfred commented 2 years ago

This isn't something that is explicitly supported here - you should look for other deep learning recommender toolkits for this. I'd suggest something like https://github.com/nvidia-merlin/models or https://github.com/pytorch/torchrec maybe.