potelo/laravel-predictionio

Laravel wrapper for PredictionIO v0.9.*
72 2
Install
composer require potelo/laravel-predictionio
Latest Version:0.0.2
License:MIT
Last Updated:Jan 27, 2021
Links: GitHub  ·  Packagist
Maintainer: potelo

Laravel PredictionIO

*Based on michaeljhopkins

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:
$ composer require "potelo/laravel-predictionio:0.1.*@dev"
  • Add a provider in app/config/app.php:
    Potelo\LaravelPredictionIO\Provider\PredictionIOServiceProvider::class
  • Add an alias in app/config/app.php:
    'EngineClient'      => Potelo\LaravelPredictionIO\Facades\EngineFacade::class,
        'EventClient'       => Potelo\LaravelPredictionIO\Facades\EventFacade::class,
	'predictionio' => [
		'key' => '0250b3f85ce33284f77c77f36b41010ef2c4fc5c',
		'url' => 'http://localhost:7200'
	],

License

This project is licensed using DBAD. Go have a blast.

Related Packages

linkthrow/laravel-5-predictionio

Laravel 5 wrapper for PredictionIO v0.9.*

29 2
hopkins/predictionio-laravel-wrapper

Took some queues from Endroid and bratao and hopefully got the package to v0.8.*

15 4
php-tmdb/laravel

Laravel Package for TMDB ( The Movie Database ) API. Provides easy access to the...

53,306 162
redeman/imgur-laravel

Laravel Package for Imgur API. Provides easy access to the adyg/php-imgur-api-cl...

2,639 9
lasserafn/laravel-economic

Economic REST wrapper for Laravel

20,234 11