Skip to content

Mekusgood/sentiment-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Sentiment Analysis Pipeline

Python 3.8+ Transformers

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.

Features ✨

  • πŸš€ 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

Installation πŸ“¦

git clone https://github.com/Mekusgood/sentiment-analysis.git
cd sentiment-analysis
pip install -r requirements.txt

About

Robust sentiment analysis using RoBERTa model

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors