pvaluedotone's picture
Update README.md
76e39ff verified

A newer version of the Gradio SDK is available: 5.34.2

Upgrade
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

  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: