A simple NLP project that analyzes customer reviews using Python and TextBlob. Reviews are classified as Positive, Negative, or Neutral, and a Word Cloud is generated to identify the most common words in negative reviews.
This chart shows the overall distribution of customer sentiments.
The word cloud highlights the most frequently used words in negative customer reviews, making it easier to identify common complaints.
- Python
- Pandas
- TextBlob
- Matplotlib
- WordCloud
- Performed sentiment analysis using TextBlob.
- Visualized sentiment distribution.
- Generated a Word Cloud from negative reviews.
- Learned the basics of NLP and text visualization.
⭐ If you like this project, feel free to give it a star.

