Skip to content

Diversion2k22/Stock-News-SentimentAnalysis

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%