Spaces:
Sleeping
Sleeping
File size: 992 Bytes
0a8ebe1 e4c209e 0a8ebe1 a03bd1f 0a8ebe1 e4c209e 217a04b 0a8ebe1 e4c209e |
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 50 51 52 53 54 55 |
---
title: Fintech Multi-Agent Orchestrator
emoji: 🏦
colorFrom: blue
colorTo: indigo
sdk: gradio
sdk_version: 5.1.0
app_file: app.py
pinned: false
license: mit
python_version: "3.12"
---
# 🏦 Fintech Multi-Agent Orchestrator
**Powered by Gemma 3 270m via HuggingFace Inference API**
A multi-agent financial assistant that can:
- 📊 Query account data (mock data for demo)
- 🧮 Perform financial calculations
- 📈 Generate charts and visualizations
## Example Queries
```
"What is my net worth?"
"Show my portfolio as a pie chart"
"Calculate compound interest on $10000 at 8% for 5 years"
"Show my assets breakdown as a bar chart"
```
## Architecture
```
User Query → Router → Banking/Calculator/Graph Agents → Response
```
## Tech Stack
- **LLM**: Gemma 3 270m (HuggingFace Inference API)
- **UI**: Gradio
- **Charts**: Matplotlib
## Setup (Local)
```bash
pip install -r requirements.txt
export HF_TOKEN="your-huggingface-token"
python app.py
```
## License
MIT
|