Skip to content

Live Sentiment Analysis dashboard of NIFTY 500 universe of stocks using plotly and streamlit

Notifications You must be signed in to change notification settings

Shubxam/Nifty-500-Live-Sentiment-Analysis

Repository files navigation

Nifty 500 Live Sentiment Analysis Dashboard

app-img

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 Language model offline using Github Actions.

  • google finance
  • yahoo finance
  • ticker finology

Live instances of the app can be found

  1. Streamlit Cloud
  2. Github Pages

Here is the link to Companion Article.