Skip to content

This repository demonstrates taking a blog stored in a txt file and performing a personality insights assessment using Python code

Notifications You must be signed in to change notification settings

bmguillo/PersonalityInsights_Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

Personality Insights Service Python Demo

The IBM Watson Personality Insights service uses linguistic analysis to extract cognitive and social characteristics from input text 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 Characteristics

  • 52 personality traits, needs and values that help to better understand and engage people. Consumer Preferences.
  • Example traits of Big 5: openness, adventurousness, conscientiousness, facet_achievement_striving, extraversion, facet_activity_level, agreeableness, altruism, neuroticism, facet_anger, need_challenge, value_conservation
  • 8 categories and more than 40 consumption preferences for products, services, and activities (e.g. movies or music).

Getting Started

  1. Install python SDK. I ran pip install --upgrade ibm-watson in bash & the latest Python I installed is 3.7
  2. Create a IBM Cloud Account
  3. Create an instance of Personality Insights within your IBM Cloud account, choose the Lite plan.
  4. Within the PersonalityInsightsProf.py file found in the data folder in this github repo, enter the credentials from Manage-->Credentials of the Personality Insights service you created to authenticate to the service.
  • version
  • iam_apikey
  • url
  1. Choose the type of file you want to analyze (txt, JSON or CSV)
  • You can pass the service a maximum of 20 MB of content to be analyzed via the body of the request, Fewer than 100 words generate an error
  • IBM recommends that you provide at least 1200 words, but providing at least 600 words produces acceptable results: 3000 words are sufficient to achieve the service's maximum precision
  1. In the demo I analyze a txt file for personality traits and save results to a JSON file

Helpful Links:

About

This repository demonstrates taking a blog stored in a txt file and performing a personality insights assessment using Python code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages