Skip to content

NarainKrishnamurthy/Hue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

Hue - Crowd Sentiment Analyzer (Hack Princeton 2015)

Inspiration

Being on social media is akin to being constantly surrounded by other's perspectives, beliefs, and standards. We thought of the important of crowd sentiment in recent historical events and wondered why there was no simple platform for quickly gauging both positive and negative sentiment toward particular topics.

What it does

Hue mines Twitter and Reddit to determine crowd sentiment, both positive and negative, toward a particular topic. Using sentiment analysis, Hue aggregates similar opinions to determine the 5 most popular positive and negative notions towards the topic

How we built it

We used the Twitter and Reddit APIs to extract large sets of public messages for specific topics. We utilized NTLK, WordNet, and the semantic methods described in "Sentence Similarity Based on Semantic Nets and Corpus Statistics" Yuhua Li et al, 2006 to determine sentiment and semantic meaning of messages. On the front-end, we utilized Chartist.js and Bootstrap to render our data and views.

Project Submission Page

http://devpost.com/software/hue-keifb8

Backend

  • Extract text corpus on topic. Solution: Reddit, FB, and Twitter APIs
  • Classify comments into positive and negative using sentiment analysis. Solution: (http://www.datumbox.com/)
  • Compute the popularity of each comment by weighting likes, upvotes, etc.

For each comment:

Combine all comments using sentiment analysis

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published