Skip to content

fares103/Sentiment-Analysis-project

Repository files navigation

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

About

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

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors