KukumavMozolo / orp-predictionio

This is an easy-to-use client to utilize PredictionIO for ORP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ORP-PredictionIO

This is an easy-to-use client to utilize PredictionIO for ORP

Setup:

1. Install PredictionIO

an installation guide can be found here: http://docs.prediction.io/current/installation/index.html

**2. Download orp-predictionio https://github.com/KukumavMozolo/orp-predictionio.git

3. Create Composer Project cd orp-predictionio
vi composer.json
and copy: { "require": { "predictionio/predictionio": "~0.6.0" } }

4. Install Composer curl -sS https://getcomposer.org/installer | php -d detect_unicode=Off

5. Install Dependencys with Composer php composer.phar install

6. Download the orp-sdk cd vendor
git clone https://github.com/plista/orp-sdk-php.git

7. Add new Recommender engines using the PredictionIO webinterface

About

This is an easy-to-use client to utilize PredictionIO for ORP

License:Apache License 2.0


Languages

Language:PHP 100.0%