From 91a27e60f60104900e63dfa7ff3a51fc1d54c8fb Mon Sep 17 00:00:00 2001 From: Jack H Date: Wed, 20 Nov 2024 10:11:51 -0600 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 9ab2ab5..c076b27 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,12 @@ This is a Python-based application that analyzes sentiment and emotions from text using **TextBlob**, **NLTK**, and **VADER**. It provides visualizations for sentiment trends and comparative analysis for multiple texts. +## Live Preview + +Check out the live preview of the app: + +- https://jackh54-sentiment-analyis.streamlit.app/ + ## Features - **Text Sentiment Analysis**: Analyze the overall sentiment (positive, neutral, negative) and subjectivity of input text.