Metadata-Version: 2.1
Name: freerec
Version: 0.0.1
Summary: PyTorch library for recommender systems
Home-page: https://github.com/MTandHJ/freeplot
Author: MTandHJ
Author-email: congxueric@gmail.com
License: MIT License
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE





## Requirements: 

Python==3.9 | [PyTorch >= 1.12.0](https://pytorch.org/) | [TorchData](https://github.com/pytorch/data) | [TorchRec](https://github.com/pytorch/torchrec)


## Installation

    pip install freerec



## Reference Code

- TorchRec: https://github.com/pytorch/torchrec 
- DeepCTR-Torch: https://github.com/shenweichen/DeepCTR-Torch
- FuxiCTR: https://github.com/xue-pai/FuxiCTR
- BARS: https://github.com/openbenchmark/BARS


