This project performs sentiment analysis on user comments, categorizing them as Positive, Neutral, or Negative. It utilizes Natural Language Processing (NLP) techniques to analyze sentiment scores and provides visual insights using Matplotlib.
- Analyzes sentiment of user comments using NLP.
- Classifies sentiment into Positive, Neutral, or Negative.
- Generates graphical visualizations of sentiment distribution.
- Summarizes sentiment trends and key insights.
- Python (Primary Language)
- Pandas (Data Processing)
- Matplotlib (Visualization)
- NLTK / Vader (Sentiment Analysis)
- Clone the repository:
git clone https://github.com/hrish7kesh/Reddit-Scraper cd Reddit-Scraper - Install dependencies:
pip install -r requirements.txt
Run the script to process and analyze comments:
python sentiment_analysis.pyResults will be stored as:
- CSV files with sentiment scores
- Graphs showing sentiment distribution
- Text-based sentiment summary
- Graphical visualization of sentiment trends
- Top positive and negative comments extracted