This project is a sentiment analysis model that classifies text as positive or negative. It's built using Python and scikit-learn.
- Clone the repository.
- Create a virtual environment and install the dependencies using
pip install -r requirements.txt.
Run the model to classify the sentiment of text data.
python model.py