File size: 804 Bytes
1b48acb
 
 
 
 
 
 
 
 
 
 
 
b0da9d2
 
 
 
 
 
 
 
 
 
 
1b48acb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
title: Finbert Finviz
emoji: 😻
colorFrom: pink
colorTo: indigo
sdk: streamlit
sdk_version: 1.29.0
app_file: app.py
pinned: false
license: apache-2.0
---

# finbert_finviz

## Financial News Sentiment Analysis 

Financial News Sentiment Analysis utilizes finBERT model from hugging face library to perform realtime sentiment analysis of news headlines published on FinViz.com.

`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.

`requirements.txt` has all the libraries and their versions this application depends upon.


Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference