Spaces:
Sleeping
Sleeping
A newer version of the Gradio SDK is available: 6.22.0
metadata
title: FinSentinel
emoji: 📈
colorFrom: green
colorTo: yellow
sdk: gradio
sdk_version: 6.18.0
python_version: '3.13'
app_file: app.py
pinned: false
FinSentinel
FinSentinel is a Gradio dashboard for financial news sentiment analysis across stocks, crypto, ETFs, commodities, and market themes.
Features
- Fetches recent news articles with Google News
- Runs financial-news sentiment analysis with a Hugging Face Transformers model
- Shows price context from Yahoo Finance
- Visualizes sentiment distribution and top sources
- Compares sentiment across multiple assets
- Exports analyzed articles to CSV
Run Locally
pip install -r requirements.txt
python app.py
Then open:
http://127.0.0.1:7860