sushobhan55 commited on
Commit
b0da9d2
1 Parent(s): 17f036f

readme updated

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -10,4 +10,15 @@ pinned: false
10
  license: apache-2.0
11
  ---
12
 
 
 
 
 
 
 
 
 
 
 
 
13
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
10
  license: apache-2.0
11
  ---
12
 
13
+ # finbert_finviz
14
+
15
+ ## Financial News Sentiment Analysis
16
+
17
+ Financial News Sentiment Analysis utilizes finBERT model from hugging face library to perform realtime sentiment analysis of news headlines published on FinViz.com.
18
+
19
+ `get_latest_news()` function in `scraper.py` scrapes news headlines using beautifulsoup library. The streamlit web application is programmed in `app.py` and performs sentiment analysis by importing `finBERT` model and tokenizer.
20
+
21
+ `requirements.txt` has all the libraries and their versions this application depends upon.
22
+
23
+
24
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference