Spaces:
Sleeping
Sleeping
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 | |