File size: 778 Bytes
d0735e8
 
 
 
 
 
 
 
 
 
 
 
2593157
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
title: NLP Processing
emoji: 🔥
colorFrom: indigo
colorTo: purple
sdk: gradio
sdk_version: 5.44.1
app_file: app.py
pinned: false
---

Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
# Twitter & File Sentiment Analysis Prototype

🚀 A Hugging Face Space prototype that:
- Fetches tweets using **Twitter API (Tweepy)**
- Accepts `.csv` / `.xlsx` files
- Cleans and stores data in **pandas DataFrame**
- Performs **sentiment analysis** (Transformers)
- Generates **summary** (BART summarizer)
- Creates **word cloud** visualizations

## How to Use
1. Enter a Twitter username OR upload a CSV/XLSX file.
2. Click **Analyze** to view:
   - Cleaned dataset with sentiment labels
   - Text summary
   - Word cloud visualization