AIDA (Autonomous Intelligence for Data Analysis) is a full-stack, multi-agent system that runs dataset-agnostic analysis on CSV data and presents results in a React dashboard.
backend/– Node.js + Express API (multi-agent orchestrator)frontend/– React + Vite SPAdocs/– architecture and API docs
- Start the backend:
- See
USAGE.md
- See
- Start the frontend:
- See
USAGE.md
- See
- Setup:
INSTALLATION.md - Running:
USAGE.md - Security & secrets:
SECURITY.md - Architecture:
docs/architecture.md - API:
docs/api-docs.md
This repository is designed to run without any real API keys.
If you want optional AI explanations or persistence, configure keys locally via .env files (never commit them).