Twitter users analyzed, using the brains of IBM Watson's Tone Analyzer.
Wouldn't it be great if there were a web app where you could "test drive" a social media post or text message and have IBM Watson's powerful sentiment analysis tool tell you how that text is likely to be perceived?
Wouldn't you love it if you could run someone's tweets through Watson and find out how their expressed sentiments will ACTUALLY be perceived?
Enter Sentiment.ly!
- Product Owner: John Packel
- Scrum Master: Todd MacIntyre
- Development Team Members: Andrew Fechner, Aamir Yousuf
- Return to the user tone analysis from IBM Watson's Sentiment analyzer over a range of 13 different categories by calculating average values of the user's last 50 tweets.
- Dynamic graphical visualization using d3.
- Add the search to the database and re-render.
- Analyze the text as if it were a tweet by running it through IBM Watson's sentiment analyzer.
- Displays dynamic d3 rendering for the individual tweet.
- Node 0.10.x
- bluebird 3.5.0
- body-parser" 1.17.1
- dotenv 4.0.0
- express 4.15.2
- mongoose 4.9.0
- morgan 1.8.1
- q 1.4.1
- watson-developer-cloud 2.25.1
From within the root directory:
npm install
See CONTRIBUTING.md for contribution guidelines.