Download the PHP package bratao/prediction-io without Composer
On this page you can find all versions of the php package bratao/prediction-io. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download bratao/prediction-io
More information about bratao/prediction-io
Files in bratao/prediction-io
Package prediction-io
Short Description Laravel PredictionIO Client
License MIT
Homepage https://github.com/bratao/PredictionIO
Informations about the package prediction-io
Laravel PredictionIO
Based on endroid
The Laravel PredictionIO library provides a client which offers easy access to a PredictionIO recommendation engine. PredictionIO is an open source machine learning server for software developers to create predictive features, such as personalization, recommendation and content discovery.
Through a small set of simple calls, all server functionality is exposed to your application. You can add users and items,
register actions between these users and items and retrieve recommendations deduced from this information by any
PredictionIO
recommendation engine. Applications range from showing recommended products in a
web shop to discovering relevant experts in a social collaboration network.
Installation
-
Install library and dependencies:
-
Add a provider in
app/config/app.php
: -
Add an alias in
app/config/app.php
: - Define your PredictionIO API endpoint in
app/config/services.php
:
Usage
License
This bundle is under the MIT license. For the full copyright and license information, please view the LICENSE file that was distributed with this source code.
Thanks to
- Braunson Yager
- Laurent Goussard