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
Extract -> Summarize -> Analyze
Open the terminal and activate the conda environment to install the packages.
pip install newspaper3k
pip install GoogleNews
pip install nltk