This project provide a web platform where one can scrap news from BBC news site and classify the respective news as postive, negative or neutral usig Naive Bayes classifier and TF-IDF classifier.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
git clone https://github.com/kearron/Sentiment-Analysis-and-News-Classification
Create a virtual environment and install all the packages contained by requirement.txt
''' pip3 install requirement.txt '''