This document presents a live Twitter sentiment analysis application that performs sentiment analysis on tweets in real-time about a topic entered by the user. It uses the Twitter API to stream tweets, the VADER sentiment analysis library to analyze sentiment, and pyLDAvis for topic modeling. The application cleans tweets by removing emojis, stopwords, punctuations, and lemmatizing words. It then uses VADER to classify sentiment and displays results interactively. PyLDAvis performs topic modeling on tweets to discover topics and display keywords. The application allows users to explore emotions and themes in Twitter conversations about their interests of interest in a dynamic, interactive manner.