TurkishCodeMan's picture
Upload folder using huggingface_hub
e4c209e verified
|
raw
history blame
970 Bytes
metadata
title: Fintech Multi-Agent Orchestrator
emoji: 🏦
colorFrom: blue
colorTo: indigo
sdk: gradio
sdk_version: 4.44.0
app_file: app.py
pinned: false
license: mit

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

pip install -r requirements.txt
export HF_TOKEN="your-huggingface-token"
python app.py

License

MIT