Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 739 Bytes

File metadata and controls

34 lines (26 loc) · 739 Bytes

Sentiment-Analysis-project

Sentiment analysis project using VADER and RoBERTa to classify text into positive, negative, and neutral sentiments.

Sentiment Analysis Project

This project performs sentiment analysis on text data using both:

  • VADER (rule-based NLP)
  • RoBERTa (transformer-based deep learning model)

The model classifies text into positive, negative, or neutral sentiments.


🛠 Technologies

  • Python
  • NLTK (VADER)
  • Hugging Face Transformers
  • PyTorch
  • Scikit-learn

📂 Project Structure

sentiment-analysis/ ├── data/ ├── notebooks/ ├── src/ ├── models/ ├── requirements.txt └── README.md

Author Fares Elhewy Machine Learning Engineer