Skip to content

Log-zz-ikIO/laravel-personality-insights

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel 5 Personality Insights

SensioLabsInsight

StyleCI Build Status Latest Stable Version Total Downloads Latest Unstable Version License

A simple Laravel 5 wrapper around IBM Watson Personality Insights API

How it works

Personality Insights extracts and analyzes a spectrum of personality attributes to help discover actionable insights about people and entities, and in turn guides end users to highly personalized interactions. The service outputs personality characteristics that are divided into three dimensions: the Big 5, Values, and Needs. While some services are contextually specific depending on the domain model and content, Personality Insights only requires a minimum of 3500+ words of any text.

Intended Use

The Personality Insights service lends itself to an almost limitless number of potential applications. Businesses can use the detailed personality portraits of individual customers for finer-grained customer segmentation and better-quality lead generation. This data enables them to design marketing, provide product recommendations, and deliver customer care that is more personal and relevant. Personality Insights can also be used to help recruiters or university admissions match candidates to companies or universities.

Installation

Install the package through composer

composer require findbrok/laravel-personality-insights

Add the Service Provider to your providers array in config/app.php, see Registering Providers

'providers' => [
    // Other Service Providers

    FindBrok\PersonalityInsights\InsightsServiceProvider::class,
],

Configuration

Once installed you can now publish your config file and set your correct configuration for using the package.

php artisan vendor:publish --provider="FindBrok\PersonalityInsights\InsightsServiceProvider" --tag="config"

This will create a file config/personality-insights.php , for information on how to set values present in this file see Configuration Before Usage

Usage

Read the docs

Credits

Percy Mamedy

Twitter: @PercyMamedy
GitHub: percymamedy

About

Using IBM Watson Personality Insights Service with Laravel 5

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages