--- 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