--- 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