Spaces:
Sleeping
Sleeping
A newer version of the Gradio SDK is available: 6.22.0
metadata
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/.xlsxfiles - Cleans and stores data in pandas DataFrame
- Performs sentiment analysis (Transformers)
- Generates summary (BART summarizer)
- Creates word cloud visualizations
How to Use
- Enter a Twitter username OR upload a CSV/XLSX file.
- Click Analyze to view:
- Cleaned dataset with sentiment labels
- Text summary
- Word cloud visualization