--- 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 ```bash pip install -r requirements.txt python app.py ``` Then open: ```text http://127.0.0.1:7860 ```