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

Log in or sign up for Devpost to join the conversation.