A newer version of the Gradio SDK is available:
5.34.2
metadata
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 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
- Upload your CSV file (e.g.,
reviews.csv
). - Click "Load Columns" to populate the dropdown with available columns.
- Select the column that contains the text (e.g.,
ReviewBody
). - Click "Run Sentiment Analysis".
- Download the processed file with the sentiment labels.
Output File
The processed file will be saved with the filename: