Welcome!#
RecWizard is a comprehensive toolkit designed for Conversational Recommender System (CRS) research, based on PyTorch and Huggingface.
Installation#
Note
Ensure you are using python>=3.8, then follow our instruction to install related packages. Note that we test RecWizard toolkit on Linux, and leave Windows / MacOS development in the future.
RecWizard Installation via PyPI (Recommended)
pip install recwizard
RecWizard Installation Locally
git clone git@github.com:McAuley-Lab/RecWizard.git
cd RecWizard; pip install -e .