Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shubxam/nifty-500-live-sentiment-analysis
Live Sentiment Analysis dashboard of NIFTY 500 universe of stocks using plotly and streamlit
https://github.com/shubxam/nifty-500-live-sentiment-analysis
finance nifty plotly python sentiment-analysis stock-market streamlit
Last synced: 3 months ago
JSON representation
Live Sentiment Analysis dashboard of NIFTY 500 universe of stocks using plotly and streamlit
- Host: GitHub
- URL: https://github.com/shubxam/nifty-500-live-sentiment-analysis
- Owner: Shubxam
- Created: 2023-01-18T09:08:34.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T11:36:17.000Z (3 months ago)
- Last Synced: 2024-10-29T13:24:56.895Z (3 months ago)
- Topics: finance, nifty, plotly, python, sentiment-analysis, stock-market, streamlit
- Language: Jupyter Notebook
- Homepage: https://nifty-sad.streamlit.app/
- Size: 164 MB
- Stars: 15
- Watchers: 1
- Forks: 4
- Open Issues: 23
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Nifty 500 Live Sentiment Analysis Dashboard
![app-img](./res/app.png)
A live Sentiment Analysis Dashboard which shows the sentiment of the chosen index and its constituent sectors and stocks computed using news articles headlines.
Ticker specific articles are sourced from the following sources everyday and stored in a persistent (duckdb) database, which are then processed for sentiment analysis using [mrm8488/distilroberta-finetuned-financial-news-sentiment-analysis](https://huggingface.co/mrm8488/distilroberta-finetuned-financial-news-sentiment-analysis) Language model offline using Github Actions.
- google finance
- yahoo finance
- ticker finologyLive instances of the app can be found
1. [Streamlit Cloud](https://nifty-sad.streamlit.app/)
2. [Github Pages](https://shubxam.github.io/NIFTY_500_live_sentiment.html)Here is the link to [Companion Article](https://xumitcapital.medium.com/sentiment-analysis-dashboard-using-python-d40506e2709d).