Metadata-Version: 2.1
Name: collaborative-filtering
Version: 0.0.7
Summary: A package for collaborative filtering recommendation
Home-page: https://github.com/yusanshi/collaborative-filtering
Author: yusanshi
Author-email: meet.leiyu@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/yusanshi/collaborative-filtering/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# Collaborative Filtering

A package for collaborative filtering recommendation.


## Requirements

- Linux-based OS
- Python 3.6+


## Get started

### Install the package

Install from <https://pypi.org/>:

```bash
pip install collaborative-filtering
```

Or install it manually:

```bash
git clone https://github.com/yusanshi/collaborative-filtering.git
cd collaborative-filtering
pip install .
```

### Prepare the dataset

TODO

### Run

TODO

## TODO

TODO


