iojw / bluebird

Real-time sentiment analysis and visualization of Twitter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bluebird

bluebird is a React application that conducts sentiment analysis and visualizes tweets being sent on Twitter in real-time. It makes use of Web Workers to do all data processing and computation in a background thread client-side (sentiment analysis based on the VADER model) then generates a live visualization based on this data, along with additional metrics.

Live link to the application here

Demo

Demo GIF

About

Real-time sentiment analysis and visualization of Twitter

License:MIT License


Languages

Language:TypeScript 79.2%Language:CSS 14.6%Language:HTML 6.2%