Link UI: 203.194.113.195 (if it doesn’t work, hit me up probably the openai credit need to add balance)

1. Overview

This project is an AI-powered multi-database analytics platform that enables users to:

Use Cases:

2. High-Level Architecture

Untitled (3).png

Workflow Summary:

  1. User submits a query via Streamlit UI.
  2. SmartRouter determines whether to route the query to:
  3. SQL Agent dynamically accesses the relevant database(s).
  4. Report Generator Agent retrieves data via the SQL Agent, creates visualizations, and compiles a PDF report.
  5. Results are returned as interactive visualizations in the UI or downloadable PDF reports.

3. Agent Architecture