Skip to content

Tolumie/Sentiment-Analysis-of-Amazon-Customer-Reviews

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“Œ Sentiment Analysis of Amazon Customer Reviews

This repository contains a Sentiment Analysis project that applies Natural Language Processing (NLP) techniques to classify Amazon customer reviews into positive, negative, or neutral sentiments.


πŸ“– Overview

Sentiment analysis helps businesses understand customer opinions and make data-driven decisions. This project uses TextBlob for computing sentiment polarity and subjectivity, while VADER (Valence Aware Dictionary and Sentiment Reasoner) classifies reviews. The pipeline includes:

  • Data Preprocessing (Cleaning, Tokenization, Stopword Removal)
  • Sentiment Classification using TextBlob & VADER
  • Data Visualization for actionable insights

πŸ›  Technology Stack

Tool/Library Purpose
Python Core Programming Language
NLTK Natural Language Processing
TextBlob Sentiment Analysis
VADER Rule-based Sentiment Analysis
Matplotlib & Seaborn Data Visualization
Pandas Data Handling

πŸš€ How to Use

πŸ”Ή Navigate into the Folder:

cd Sentiment-Analysis-of-Amazon-Customer-Reviews

πŸ”Ή Install Required Dependencies:

pip install -r requirements.txt

πŸ”Ή Run the Sentiment Analysis Script:

python sentiment_analysis.py

πŸ“œ Contributions & Issues

  • Feel free to fork the repository and submit pull requests.
  • If you encounter any issues, report them via GitHub Issues.

πŸ“§ Contact

For any inquiries, reach out via GitHub. πŸš€


πŸ”Ή Happy Analyzing! πŸ“ŠπŸ’‘

About

This Project applies advanced Natural Language Processing (NLP) techniques to classify sentiments from Amazon customer reviews, helping businesses gain actionable insights.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors