All Projects → findbrok → Laravel Personality Insights

findbrok / Laravel Personality Insights

Licence: mit
👩 👱 Using IBM Watson Personality Insights Service with Laravel 5

Projects that are alternatives of or similar to Laravel Personality Insights

predict-wildfire-intensity
WARNING: This repository is no longer maintained ⚠️ This repository will not be updated.
Stars: ✭ 32 (-11.11%)
Mutual labels:  watson, ibm
watson-personality-insights-php
Framework Agnostic Watson Personality Insights Client
Stars: ✭ 13 (-63.89%)
Mutual labels:  watson, ibm
assistant-with-discovery-openwhisk
DEPRECATED: this repo is no longer actively maintained
Stars: ✭ 21 (-41.67%)
Mutual labels:  watson, ibm
Cms
Statamic 3: The Core Composer Package
Stars: ✭ 965 (+2580.56%)
Mutual labels:  laravel
Framework
The Lawoole framework
Stars: ✭ 33 (-8.33%)
Mutual labels:  laravel
Laravel Response Macros
Extra response macro's for Laravel
Stars: ✭ 35 (-2.78%)
Mutual labels:  laravel
Ys Tinify Laravel
Tinify API support with laravel
Stars: ✭ 36 (+0%)
Mutual labels:  laravel
Laravel Pg Extensions
Laravel extensions for Postgres
Stars: ✭ 33 (-8.33%)
Mutual labels:  laravel
Nova Bar Metrics
A Laravel Nova tool for bar chart metrics and frequency distributions.
Stars: ✭ 36 (+0%)
Mutual labels:  laravel
Nideadmin
【未完成】NideAdmin - 基于 Vue.js + Egg.js 的微信小程序后台框架
Stars: ✭ 35 (-2.78%)
Mutual labels:  laravel
Max Text Sentiment Classifier
Detect the sentiment captured in short pieces of text
Stars: ✭ 35 (-2.78%)
Mutual labels:  ibm
Iot
IoT, 这是一个最小Internet of Things ,一个Internet of Things相关的毕业设计产生的一个简化的物联网系统。 。
Stars: ✭ 970 (+2594.44%)
Mutual labels:  laravel
Validator
Client-side javascript validator library ports from Laravel 5.2
Stars: ✭ 35 (-2.78%)
Mutual labels:  laravel
Larabbs
A forum project base on Laravel
Stars: ✭ 967 (+2586.11%)
Mutual labels:  laravel
Laravel Qrcode Ecommerce
This is a complete laravel project that handles qrcodes, payments, api/microservices, and ecommerce
Stars: ✭ 36 (+0%)
Mutual labels:  laravel
Deapk
DeAPK is an open-source, online APK decompiler which lets you upload an APK and then decompile it to Smali or Java sources. It is built using Laravel, Vue.js, Bootstrap, FontAwesome, Pusher, Redis, MySQL, apktool, jadx and hosted atop Oracle cloud platform.
Stars: ✭ 33 (-8.33%)
Mutual labels:  laravel
Lynnhosting
Open Source, Web Hosting Automation built with Laravel
Stars: ✭ 36 (+0%)
Mutual labels:  laravel
Laravel User Settings
Simple and persistent boolean settings per user
Stars: ✭ 34 (-5.56%)
Mutual labels:  laravel
Nova Laravel Update Card
Check if you're running the latest Laravel version right from your Nova dashboard.
Stars: ✭ 34 (-5.56%)
Mutual labels:  laravel
Htmlcache
Laravel middleware to cache the rendered html
Stars: ✭ 35 (-2.78%)
Mutual labels:  laravel

Laravel Personality Insights

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

Introduction

Laravel Personality Insights, provides a simple and easy to use wrapper around IBM Watson Personality Insights API

License

Laravel Personality Insights is open-sourced software licensed under the MIT license

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

If you are using Laravel >= 5.5, you can skip service registration and aliases registration thanks to Laravel auto package discovery feature.

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

Credits

Big Thanks to all developers who worked hard to create something amazing!

Creator

Percy Mamedy

Twitter: @PercyMamedy
GitHub: percymamedy

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].