--- license: apache-2.0 title: VADER Sentiment Analysis sdk: gradio emoji: 📈 colorFrom: red colorTo: red pinned: true sdk_version: 5.30.0 --- # VADER Sentiment Analyzer - Hugging Face Space This is a simple web app built with [Gradio](https://gradio.app) for performing sentiment analysis using VADER. ## Features - Upload a CSV file. - Select the column that contains text data. - Automatically clean the text and compute VADER sentiment scores. - Assign sentiment labels: Positive, Neutral, or Negative. - Download the processed CSV file. ## How to Use 1. Upload your CSV file (e.g., `reviews.csv`). 2. Click "Load Columns" to populate the dropdown with available columns. 3. Select the column that contains the text (e.g., `ReviewBody`). 4. Click "Run Sentiment Analysis". 5. Download the processed file with the sentiment labels. ## Output File The processed file will be saved with the filename: