
🚀 AI-Powered Sentiment Analysis
SentimentScope uses Natural Language Processing (NLP) to analyze real-time social media sentiment about any topic. Perfect for brand monitoring, market research, and trend analysis.
✨ Features
- 🤖 AI-Powered Analysis - Uses TextBlob NLP for accurate sentiment detection
- 📊 Real-time Visualization - Beautiful charts and metrics
- 🎯 Topic-based Analysis - Analyze any topic instantly
- 💡 AI Insights - Get actionable recommendations
- 📰 Article Analysis - See sentiment breakdown per article
- 🌐 Responsive Design - Works on all devices
🛠️ Tech Stack
- Backend: Python, Flask, TextBlob, NLTK
- Frontend: HTML5, CSS3, JavaScript, Chart.js
- Deployment: Vercel (Serverless Functions)
🚀 Live Demo
Try SentimentScope Now
💻 Run Locally
```bash
Clone the repository
git clone https://github.com/SubradeepM/sentimentscope.git
cd sentimentscope
Install dependencies
pip install -r requirements.txt
Run the app
python api/index.py
Open http://localhost:5000