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
1 answer

"Access is denied due to invalid credentials" REST API error. How to solve?

I followed the documentation here: and here: Trying to integrate to a Personality Insights service via Android Java. However, after the app runs, and using the correct username and password as mentioned in the guide... (the guide is not clear (2nd…
Zac
  • 695
  • 1
  • 11
  • 34
0
votes
1 answer

posting text from DataFrame to IBM PersonalityInsights API

I'm trying to post the data from a DataFrame file to the Watson Personality Insights API using Object storage in IBM DataScienceExperience.. I've loaded the txt file into ObjectStorage and created a DataFrame. Works fine. Don't understand how to…
0
votes
0 answers

SSL Error IBM Watson personality-insights Python

I am trying to use the IBM personality insights service inside a for loop. def generateToken(username, password): r =…
Charan
  • 11
  • 3
0
votes
1 answer

IBM Watson Personality Insights token Authentication Python

Can anyone please let me know the process to generate and use the token for IBM personality insights. Watson Personality Insights token
Charan
  • 11
  • 3
0
votes
2 answers

IBM Watson Personality insight Demo Edit Issue

I recently download IBM Watson personality insight demo (nodejs). when i am running that demo and trying to analyze any person that is already in list than it throws a error. Here is the UI of that demo I don't know why is it coming. please guide…
Fahad Subzwari
  • 2,109
  • 3
  • 24
  • 52
0
votes
1 answer

Am I missing something basic? Personality Insights

So this is the first time using any of bluemix service, and I'm getting the following error and can't find any help online relating to this. Am I missing something basic with set up? Any help is appreciated, thanks. Error is: > Error: Could not…
Kevin H
  • 11
  • 2
0
votes
1 answer

Multiple Jar file not found issues with IBM watson personality Insights

I'm writing a watson program to fetch personality traits. However, I'm running into errors with jar file issues. import com.ibm.watson.developer_cloud.personality_insights.v3.PersonalityInsights; import…
user3616977
  • 527
  • 2
  • 5
  • 14
0
votes
1 answer

How to call function in server.r from ui.r

Server.r Text Analytics into big 5 personality traits(O,C,E,A,N) Here I want the text to process when the user clicks Update View button. Then that text will be stored in "sentence" variable, then cleaning the corpus, loading the wordlist files for…
Ela Gore
  • 1
  • 1
0
votes
2 answers

Why watson Personality Inisights shows different results using different API versions/demo

My apologies if the question is duplicated. We are facing an issue with the analysis of a profile using Watson Personality Insights API in Spanish. We have a demo we implemented using PI API version 2 and then we tested the results (exact same text)…
Sonia
  • 1
0
votes
2 answers

IBM Watson Service for identifying particular characteristic such as "helpfulness" in person's tweets or facebook posts?

I am currently exploring three services for identifying person's tweets or facebook post's are helpfulness or not: Personality Insights Natural Language Understanding Discovery will I need to write my on wrapper on these services to identify the…
0
votes
0 answers

Watson Personality Insights API rate limit

In their Documentation they have not mention any api limit as 6 per minutes and when I actually started hitting the api continuously I was able to hit 10 api per min. What's the issue?
0
votes
0 answers

How to format json response from Twitter API to pass in Watson Personality Insight

I wanted to use Personality Insight Service of Watson to analyze the tweets of user. I am using PHP to code. Here is the block of code I am using to get the tweets from Twitter API and input them in PI service of watson. //Watson PI…
Vidhi
  • 11
  • 1
0
votes
1 answer

Integrating the IBM Watson Personality Insights API

I am building a Web App and want to integrate the IBM Watson Personality Insights API. I am using PHP and would have to use Curl Library for the same Below is the code which is mentioned in the IBM documentation for using Curl curl -X POST --user…
Shyam Agarwal
  • 119
  • 1
  • 2
  • 10
0
votes
1 answer

Store JSON output of personality insights in a file using Java

I downloaded the personality insights java code from github and I made some changes to the code on hub.jazz. My question is how do I get the results from the personality insights saved into either a database or locally?
Kabi
  • 11
0
votes
2 answers

How to transfer object from one class to another class - JAVA

I am trying to display the value of percentage in a pie chart, for that I have the percentage value in the Personalityclass and the Chart Class is where I need to show it. My code structure is below: Personality.JAVA Tree C =…
Alia Su
  • 45
  • 1
  • 2
  • 9