This repository contains code for Task 4 of the Prodigy Data Science Internship. The task involves analyzing and visualizing sentiment patterns in social media data to understand public opinion and attitudes towards specific topics or brands.
The dataset used for this task is the Twitter Entity Sentiment Analysis dataset available on Kaggle.
- Python 3.x
- pandas
- NLTK
- Matplotlib
- seaborn
- wordcloud
- Clone this repository to your local machine.
- Install the required Python packages using
pip install -r requirements.txt
. - Download the dataset and place it in the project directory.
- Run the Jupyter Notebook or Python script to perform sentiment analysis and visualization on the dataset.
This project is licensed under the MIT License.