Skip to content

PhilippeComte/conversational-insights

 
 

Repository files navigation

Conversational Insights

Conversational Insights helps you write a Twitter direct message by telling you information about the recipient and the tone of your message. It uses the Tone Analyzer and Personality Insights Watson services.

This demo is part of a Drop In Lab during World of Watson 2015 at NYC. You may also want to follow the other labs to learn about other Watson services like Visual Recognition or Tradeoff Analytics:

Give it a try! Click the button below to fork into IBM DevOps Services and deploy your own copy of this application on Bluemix.

Lab Instructions: INSTRUCTIONS

Demo: https://conversational-insights.mybluemix.net/

Deploy to Bluemix

Running locally

The application uses Node.js and npm so you will have to download and install them as part of the steps below.

  1. Open a terminal and run:
    git clone [email protected]:watson-developer-cloud/conversational-insights.git
  2. Change the directory to conversational-insights cd conversational-insights
  3. Copy the credentials from your services in Bluemix to app.js, you can see the credentials by going to your app in Bluemix and cliking on "See credentials".
  4. Install Node.js and npm
  5. Go to the project folder in a terminal and run:
    npm install
  6. Start the application node app.js
  7. Go to http://localhost:3000

License

This sample code is licensed under Apache 2.0. Full license text is available in COPYING.

Contributing

See CONTRIBUTING.

Open Source @ IBM

Find more open source projects on the IBM Github Page

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 66.1%
  • JavaScript 30.1%
  • HTML 3.8%