Robust sentiment analysis system using state-of-the-art NLP models. Analyzes text to classify sentiment as Negative, Neutral, or Positive. Supports both single-text analysis and batch CSV processing.
- π Fast inference with RoBERTa-base model
- π Batch processing for CSV files with progress tracking
- π¬ Handles informal/social media language
- β Automatic error handling and data validation
- π Built-in sample data generation
git clone https://github.com/Mekusgood/sentiment-analysis.git
cd sentiment-analysis
pip install -r requirements.txt