Skip to content

Scrape Stock and Crypto news from the web using BeautifulSoup. Summarize using fine tuned Pegasus Transformers model. Find Sentiment using Tranformers Pipeline

Notifications You must be signed in to change notification settings

rohit-chandra/Financial_News_Summarization_Sentiment_Analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Financial_News_Summarization_Sentiment_Analysis

Overview of the project

  1. Scrape Stock and Crypto news from the Google news using BeautifulSoup.
  2. Summarize each article using fine tuned Hugging Face Transformers model.
  3. Find Sentiment using Tranformers Pipeline and export as CSV

Installation

In order to use the Cell Image Analyzer on your local machine, it is necessary to have Python 3.6 or a newer version installed. Subsequently, you can install the necessary packages by executing the following command:

pip install -r requirements.txt

This will install all the necessary dependencies

Usage

To start the streamlit app, simply run the following command:

To run the application

run notebook.ipynb (or)

python scrapesummarizesentiment.py

Final Output saved as CSV

Alt text

Note:

You can add as many tickers as you want to get the summaries, sentiment, scores in the final CSV file

About

Scrape Stock and Crypto news from the web using BeautifulSoup. Summarize using fine tuned Pegasus Transformers model. Find Sentiment using Tranformers Pipeline

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published