FinSentinel / README.md
zykrix
Merge remote-tracking branch 'space/main'
06efe07
|
Raw
History Blame Contribute Delete
743 Bytes

A newer version of the Gradio SDK is available: 6.22.0

Upgrade
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