S6six's picture
Fix Gradio date input and update README python version
7f1c36b

A newer version of the Gradio SDK is available: 5.32.0

Upgrade
metadata
title: Stock Sentiment Analysis
emoji: πŸ“ˆ
colorFrom: blue
colorTo: green
sdk: gradio
sdk_version: 4.29.0
python_version: '3.10'
app_file: app.py
license: apache-2.0

Stock Sentiment Analysis Dashboard

This application fetches stock price data and related news articles, performs sentiment analysis on the news using FinBERT, and visualizes the relationship between stock price and news sentiment.

Features:

  • Enter a stock ticker and date range.
  • Visualizes stock price vs. average daily sentiment.
  • Calculates correlation between lagged sentiment and price changes.
  • Displays recent news headlines with their sentiment scores.

Disclaimer: This is a demo application and not financial advice.