File size: 912 Bytes
1c3c28a
 
 
 
 
 
 
 
76e39ff
1c3c28a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
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: