Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 617 Bytes

File metadata and controls

15 lines (10 loc) · 617 Bytes

Sentiment Analysis and News Classification

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.

Getting Started

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

Prerequisites

Create a virtual environment and install all the packages contained by requirement.txt

''' pip3 install requirement.txt '''