Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 495 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 495 Bytes

Stock-News-SentimentAnalysis

This a website that will take the name of any company as an input and fetches all the news regarding that company using GoogleNews.

It then does sentiment analysis of the news fetched and gives a proper sentiment score

The Flow

Extract -> Summarize -> Analyze

Installing the required Libraries

Open the terminal and activate the conda environment to install the packages.

pip install newspaper3k
pip install GoogleNews
pip install nltk