Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -10,3 +10,19 @@ pinned: false
|
|
| 10 |
---
|
| 11 |
|
| 12 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
| 13 |
+
# Twitter & File Sentiment Analysis Prototype
|
| 14 |
+
|
| 15 |
+
🚀 A Hugging Face Space prototype that:
|
| 16 |
+
- Fetches tweets using **Twitter API (Tweepy)**
|
| 17 |
+
- Accepts `.csv` / `.xlsx` files
|
| 18 |
+
- Cleans and stores data in **pandas DataFrame**
|
| 19 |
+
- Performs **sentiment analysis** (Transformers)
|
| 20 |
+
- Generates **summary** (BART summarizer)
|
| 21 |
+
- Creates **word cloud** visualizations
|
| 22 |
+
|
| 23 |
+
## How to Use
|
| 24 |
+
1. Enter a Twitter username OR upload a CSV/XLSX file.
|
| 25 |
+
2. Click **Analyze** to view:
|
| 26 |
+
- Cleaned dataset with sentiment labels
|
| 27 |
+
- Text summary
|
| 28 |
+
- Word cloud visualization
|