This project analyzes the sentiment of YouTube comments, classifying them as positive, negative, or neutral using natural language processing techniques. It provides insights into audience reactions and opinions.
- Sentiment Classification: Uses methods like VADER and BERT for sentiment analysis.
- Data Visualization: Visualizes sentiment trends and insights.
- Install the required libraries (e.g.,
pandas
,numpy
,matplotlib
,nltk
,textblob
,transformers
). - Update the script with your configuration.
- Run the sentiment analysis script to analyze comments.
Contributions are welcome! Feel free to open an issue or submit a pull request.
This project is licensed under the MIT License.