Questions tagged [personality-insights]

The IBM Watson Personality Insights service uses linguistic analytics to infer cognitive and social characteristics, including Big Five, Values, and Needs, from communications that the user makes available, such as email, text messages, tweets, forum posts, and more. By deriving cognitive and social preferences, the service helps users to understand, connect to, and communicate with other people on a more personalized level.

IBM Watson Personality Insights enables deeper understanding of people's personality characteristics, needs, and values to help engage users on their own terms

The Personality Insights service uses linguistic analytics to infer cognitive and social characteristics, including Big Five, Values, and Needs, from communications that the user makes available, such as email, text messages, tweets, forum posts, and more. By deriving cognitive and social preferences, the service helps users to understand, connect to, and communicate with other people on a more personalized level.

Personality Insights is part of the Watson Developer Cloud, IBM's offering to allow creation of cognitive applications, by integrating Watson services from the cloud. The Developer Cloud is part of Bluemix, a Platform-as-a-Service cloud system.

69 questions
0
votes
0 answers

Retrieve json values from IBM watson personality insights?

I have integrated IBM watson into my java application. When I enter a string into the input and click on submit, it will return a json string. I want to retrieve the ID, percentage and sampling error of all the data from the JSON output and print it…
salman
  • 53
  • 2
  • 7
0
votes
1 answer

PHP Personality Insights

$data ); $header_args = array( 'Content-Type: text/plain', 'Accept: application/json' ); curl_setopt($curl, CURLOPT_POST, true); curl_setopt($curl,…
Demotivated
  • 117
  • 3
  • 13
0
votes
2 answers

Calling Watson Personality Insights from localhost

I have already downloaded Personality Insights from Bluemix,and I can run it on my command line successfully, but how can i insert it on my webpage and run it locally? Does anyone have sample code for index.js? I have set up the server but I am…
Demotivated
  • 117
  • 3
  • 13
0
votes
2 answers

Personality insight input var nodejs

var express = require('express'); var app = express(); var http = require('http').Server(app); var cfenv = require("cfenv"); var appEnv = cfenv.getAppEnv(); http.listen(appEnv.port, appEnv.bind); var PersonalityInsightsV2 =…
Demotivated
  • 117
  • 3
  • 13
0
votes
1 answer

IBM Watson - Rank items based users reveled preferences

In an ecommerce website, users can bookmark products and bookmark other users. I'd like to display a custom feed of products for logged-in users. Questions: 1) How to get products user would like most, based on the similarity of products they…
0
votes
1 answer

500 Error when hitting route /api/profile/twitter for IBM Watson Personality Insights application

I have forked and cloned this repo: https://github.com/watson-developer-cloud/personality-insights-nodejs I've added my Consumer Key & Secret in the credentials.json file like it states in the README but I'm getting a 500 Error. I think the issue…
socialpiranha
  • 182
  • 1
  • 1
  • 10
0
votes
1 answer

Watson Personality Insights api

Can I get the personality summary as text using the api like it shows on personality insights demo page. Also how do I get the fields 'You're most likely to...' and 'You're most unlikely to...'. Any help is appreciated.
0
votes
2 answers

Calling Personality Insights API from Python server

I'm trying to call Personality Insights API from my Python web app but it always return the forbidden error 403 but when I call it from Postman Chrome extension it work successfully. This is my python code: def…
Deve
  • 181
  • 4
  • 14
0
votes
1 answer

IBM Bluemix - Watson Alchemy - How to refer to a local directory on my laptop

Currently, I am using the following code to do analysis for a website: import json from os.path import join, dirname from watson_developer_cloud import AlchemyLanguageV1 alchemy_language = AlchemyLanguageV1(api_key='YOUR API KEY') url =…
0
votes
1 answer

Watson Personlity Insights API is providing proper summary for an input text consisting of just numbers

I was testing Watson personality insights API as a part of my application testing and found that when I tested with an input text consisting of just number, Watson PI is returning proper summary. I would like to inform it to the Watson Personality…
0
votes
1 answer

Unable to communicate with Watson

I'm using the Watson Personality Insights API to return personality insights based on a user's tweets. It has been working fine for the past few weeks, then today it became quite slow and eventually stopped working and gave me this error message.…
Andrew Cassidy
  • 255
  • 2
  • 19
0
votes
1 answer

Does personality insights have language support for hebrew?

I am using personality insights and I do not see language support for hebrew. Does personality insights have language support for hebrew? If so, what is the code? If not, any idea when it will?
Mike B
  • 1
0
votes
1 answer

Python Flask, BlueMix, js - Anonymous Function

Using Flask and BlueMix to deploy a web app. Having some js issues that I cannot seem to figure out. I keep getting the same error in the browser console. I don't know any js so any help would be very appreciated! jquery-1.11.1.min.js:4 POST…
Beezley
  • 29
  • 1
  • 6
0
votes
1 answer

Requesting the POST API of personality insights from Android

I am trying to invoke the POST API of personality insights from Android on a button click and display the response on the screen after proper parsing. The API details of the personality insights are here. When I tried to test this using POSTMAN I am…
Kirthika
  • 165
  • 1
  • 4
  • 20
0
votes
1 answer

Parse JSON from IBM Watson Personality Insights and get values in Android

I am having a JSON output which I am not able to parse even after a lot of try. I am new to this. I am getting JSON string from IBM Watson Personality Insights. The output is like the following, anyone can help me how I can parse this ? I need…
Kalai Arasi
  • 249
  • 1
  • 6
  • 16