A python console application for Sentiment Classification of News Headlines using Multinomial Naive Bayes classifier which is suitable for text classification.
Two classes: Negative(-1) and Positive(1).
- Clone the repository
git clone https://github.com/AviSharmaaa/Sentiment_Classification_of_News_Headlines.git
- Change the working directory
cd Sentiment_Classification_of_News_Headlines
- Install dependencies
pip install -r requirements.txt
- Run the app
python main.py
This project is licensed under the MIT License - see the LICENSE
file for details.