Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/joeydp/cars-experiments

Context-aware recommender system research
https://github.com/joeydp/cars-experiments

Last synced: 5 days ago
JSON representation

Context-aware recommender system research

Awesome Lists containing this project

README

        

# RS Experiments

Research code for experimenting with recommender systems.

# Setup

## Install as package
```
virtualenv -p python3 env
source env/bin/activate
pip install -e .
```