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
2 answers

Can one get multiple results from one API call in IBM Watson?

I am using Python to program a script for IBM Watson's Personality Insights service. I am using the results as training data for a Machine Learning project. Since the service is so limited (100 calls/month), is it possible to get multiple…
Phil D
  • 15
  • 3
0
votes
1 answer

Can any one help me in storing the json output of personality insights API to csv using Python?

I have deployed my personality insights service App in Bluemix and I could invoke post command to send the text. I want to save the output of a data to csv, i had gone through the API documentation of Personality API, however i could not understand…
Mohanrac
  • 85
  • 6
0
votes
1 answer

How can I create a Bluemix service via the Cloud Foundry CLI when there are spaces in the plan name?

I am currently trying to create the Watson Personality Insights service in my Bluemix org via the Cloud Foundry CLI. However, the service plan available has spaces in it, causing my command to be misinterpreted. My command id as follows: $ cf…
0
votes
1 answer

Getting "error": "No text provided" when trying to post content to V2/Profile of personality insights API

I have deployed watson-developer-cloud/personality-insights-python module in to bluemix and created an APP in Bluemix. The link for my app is running absolutely fine. However, when I want to invoke /v2/profile api, with a post request I am getting…
0
votes
1 answer

How to call the Watson Personality traits API in Xcode / iOS?

I'm trying to do a POST request to https://gateway.watsonplatform.net/personality-insights/api/v2/profile with application/json as Content-Type and the next json as body: { "contentItems" : [ { "sourceid" : "twitter", "id" :…
German Attanasio
  • 22,217
  • 7
  • 47
  • 63
-1
votes
1 answer

Personality Insights: Is there a rate limit?

We are considering using this API. However, I do not know how much load the API can withstand. According to the reference, the API returns 429 if the service is handling content language requests too much. My question: How many requests can the API…
-1
votes
1 answer

Personality Insight Error

FATAL EXCEPTION: main Process: com.example.dell.ora, PID: 24491 android.os.NetworkOnMainThreadException at android.os.StrictMode$AndroidBlockGuardPolicy.onNetwork(StrictMode.java:1147) at…
ora
  • 79
  • 9
-1
votes
1 answer

How to use personality-insights-chart?

I created my own API using the IBM Watson Personality Insights API. Then, I created a website that would retrieve the the JSON object from the API and display it in a sunburst diagram, just like in the Personality Insights Demo. I have found a…
-1
votes
1 answer

What does this raw-score value in the JSON output correspond to in the watson personality-insights demo?

In the JSON output posted below, do the final two lines shown in bold ("raw_score": -0.09740164166430795 & "raw_sampling_error": 0.0014781075199999999) provide the raw score value for "id": "Openness"? { "id": "UNKNOWN" "source": "UNKNOWN", …
1 2 3 4
5