A comprehensive Django-based web application for sentiment analysis with multiple input options including text, file uploads, and URL content analysis.
- Text Analysis: Single text sentiment analysis with confidence scores
- File Upload: Support for TXT, CSV, and PDF files
- URL Analysis: Extract and analyze content from web pages
- Real-time Processing: Live sentiment analysis with detailed statistics
- Multiple Sentiment Detection: Positive, Negative, and Neutral classification
- Python 3.8+
- Django 4.2+
- Required packages (see requirements.txt)
- Clone the repository
git clone https://github.com/yourusername/sentiment-analyzer.git cd sentiment-analyzer