raybenchen / Watson-the-Love-Expert

Uses the Twitter API and IBM Watson Personality Insights API to compare two people and give them a "love score" based on their tweets.

Home Page:http://watsonlove.mybluemix.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Watson, The Love Expert!

Prereq's for Bluemix

  • Create A Personality Insights Service

    • cf create-service personality_insights "IBM Watson Personality Insights Monthly Plan" myPersonalityInsights
  • Setup your Twitter user provided service.

    • If you do not have credentials, go get a Twitter consumer key and secret.
    • From the Cloud Foundry CLI create your user-provided Twitter service
      • cf cups myTwitterService -p "consumerKey, consumerSecret" this will start interactive input for your credentials. Enter your consumer key and secret and hit enter.
    • That's it! Once you are finished hit the deploy to Bluemix button.

About

Uses the Twitter API and IBM Watson Personality Insights API to compare two people and give them a "love score" based on their tweets.

http://watsonlove.mybluemix.net/


Languages

Language:JavaScript 56.6%Language:HTML 28.5%Language:CSS 14.9%