Spaces:
Running
Running
File size: 1,341 Bytes
d8a5cc9 5d2eba0 d8a5cc9 8b4b568 d8a5cc9 5d2eba0 d8a5cc9 5d2eba0 d8a5cc9 5d2eba0 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 | ---
title: Sentinel AI Financial Intelligence
emoji: 🛡️
colorFrom: gray
colorTo: indigo
sdk: docker
pinned: false
license: mit
---
# Sentinel AI - Financial Intelligence Platform
Transform raw market data into actionable business insights with the power of AI. Analyze stocks, news, and portfolios automatically using intelligent agents.
## Features
- 🧠 **Intelligent Analysis**: AI automatically understands market structures and generates insights
- 📊 **Smart Visualizations**: Creates appropriate charts and graphs with interactive visualizations
- 🎯 **Actionable Recommendations**: Get specific, measurable recommendations based on data-driven insights
- 🚨 **Live Wire**: Real-time market alerts and trending information
## Technology Stack
- **Frontend**: Streamlit
- **AI/ML**: Google Gemini, LangGraph
- **Data Sources**: Alpha Vantage, Tavily Search
- **Architecture**: Multi-agent system with orchestrated workflows
## Configuration
Before running, you need to set up the following secrets in Hugging Face Spaces settings:
```toml
GOOGLE_API_KEY = "your-google-api-key"
ALPHA_VANTAGE_API_KEY = "your-alpha-vantage-key"
TAVILY_API_KEY = "your-tavily-api-key"
```
## Local Development
```bash
pip install -r requirements.txt
streamlit run app.py
```
## License
MIT License - See LICENSE file for details
|