This project focuses on analyzing sentiments in social media posts using Natural Language Processing (NLP). The system classifies posts into different sentiment categories such as positive, negative, and neutral.
To set up this project on your local machine, follow these steps:
git clone https://github.com/username/nlp-sentiment-analysis.git
cd nlp-sentiment-analysis
python3 -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate
pip install -r requirements.txt
To start the sentiment analysis system, run the main script with your text data:
python sentiment_analysis.py