File size: 842 Bytes
6c816ea
 
 
 
 
 
 
7f1c36b
6c816ea
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
title: Stock Sentiment Analysis
emoji: πŸ“ˆ
colorFrom: blue
colorTo: green
sdk: gradio
sdk_version: 4.29.0 # Or check your installed version with pip show gradio
python_version: '3.10' # Corrected version
app_file: app.py
license: apache-2.0 # Or choose another license if preferred
---

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