The main objective of this project is to sentiment classification of the news headlines of the digital newspaper. And also, the user can see the news of different sections of the newspaper through beautiful user interface. User can see the news of business, sports, National, International and also tech news with the live sentiment classification.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Requires Python 3.7+ and pip.
Check requirements.txt for details, or run the following command:
pip install -r requirements.txt
or
pip3 install -r requirements.txt
Run the app.py
file using python
OR
Run this in Command Prompt (CMD)/ Terminal
python app.py
or
python3 app.py
URL : https://newssentiment01.herokuapp.com/
https://www.kaggle.com/therohk/million-headlines
Let me know of more updates you'd like to see and also if you see bugs!