Using the Personality Insights API
Lesson 1 of 1
  1. 1
    We’ll use Personality Insights (PI) to analyze the data (tweets) that the Celebrity Match application retrieves from Twitter. PI is just one of many services available in the Watson Developer …
  2. 2
    Personality Insights is a service that is part of the Watson Developer Cloud. The Watson Developer Cloud has a single software development kit (SDK) that allows users to access all of the available…
  3. 3
    Before we can send the content we retrieve from Twitter to Personality Insights to be analyzed, we need to setup the credentials for the Personality Insights. We can do this by adding two variable…
  4. 4
    Next, we’ll make use of the watson_developer_cloud Python package we imported earlier. Similar to how we interacted with the Twitter API, we’ll create an instance, initialize it with a username an…