freshcrate
Skin:/
Home > AI Agents > Data-Analysis-MultiAgent

Data-Analysis-MultiAgent

This is an automated Agentic system that collects, processes, and analyzes data to extract meaningful insights, identify patterns, and support data-driven decision making.

Why this rank:Recent releaseHealthy release cadenceStrong adoption

Description

This is an automated Agentic system that collects, processes, and analyzes data to extract meaningful insights, identify patterns, and support data-driven decision making.

README

DataPulse — AI Data Analysis Platform

Multi-agent AI pipeline that takes any CSV/XLSX dataset and returns charts, statistics, and insights automatically.


Prerequisites

Install these once on your machine before running anything:

Tool Version Download
Python 3.11 or later https://www.python.org/downloads/ (check "Add Python to PATH")
Node.js 18 or later https://nodejs.org/

Setup (First Time)

1. Clone the repo

git clone https://github.com/YOUR_USERNAME/YOUR_REPO.git
cd YOUR_REPO

2. Get the .env files

Ask the project owner to send you two files securely:

  • .env → place it in the project root (same folder as the .bat files)
  • frontend\.env → place it in the frontend folder

3. Run the servers

Open two separate terminal windows (or double-click the .bat files):

Terminal 1 — Backend:

start-backend.bat

Terminal 2 — Frontend:

start-frontend.bat

The bat files handle everything automatically: virtual environment creation, Python dependencies, and Node modules. First run takes ~2 minutes to download packages.

4. Open the app

Go to → http://localhost:5173


Project Structure

DD PROJECT/
├── backend/                  # FastAPI Python backend
│   ├── agents/               # AI pipeline agents
│   │   ├── architect.py      # Dataset profiling
│   │   ├── statistician.py   # Statistical analysis
│   │   ├── visualizer.py     # Chart generation
│   │   └── insights.py       # LLM insights
│   ├── core/                 # Shared state, constants, utils
│   ├── api.py                # API endpoints
│   ├── analysis_history.py   # History DB operations
│   └── requirements.txt      # Python dependencies
├── frontend/                 # React + Vite frontend
│   └── src/
│       ├── pages/
│       │   ├── DataPulseDashboard.jsx
│       │   └── Login.jsx
│       ├── components/
│       │   ├── ErrorBoundary.jsx
│       │   ├── GlobeCanvas.jsx
│       │   └── ParticleBackground.jsx
│       ├── api.js
│       ├── App.jsx
│       └── main.jsx
├── start-backend.bat         # One-click backend start
├── start-frontend.bat        # One-click frontend start
└── .env                      # Secrets (NOT on GitHub — get from project owner)

Troubleshooting

Problem Fix
Python not found Reinstall Python and check "Add Python to PATH"
npm not found Install Node.js from nodejs.org
.env file is missing Ask the project owner for the .env file
Backend crashes on start Check the terminal output — usually a missing dependency
Charts not showing Wait a few more seconds, the AI pipeline takes 5–15s
Port already in use Close other terminals and try again

Release History

VersionChangesUrgencyDate
main@2026-07-11Latest activity on main branchMedium7/11/2026
0.0.0No release found — using repo HEADHigh4/9/2026

Dependencies & License Audit

Loading dependencies...

Similar Packages

adk-pythonAn open-source, code-first Python toolkit for building, evaluating, and deploying sophisticated AI agents with flexibility and control.v2.5.0
kdcube-ai-appShip customer-facing AI with isolation, spend controls, and provenance.2026.07.16.140
OpenOutreachLinkedin Automation Tool: Describe your product. Define your target market. The AI finds the leads for you.main@2026-07-15
Ultimate-Agent-Directory🤖 The most comprehensive directory of AI agent frameworks, platforms, tools, and resources - hundreds of curated entries covering open-source, no-code, enterprise, and autonomous solutions. NEW Boilmain@2026-07-15
LRATThe implementation for SIGIR 2026: Learning to Retrieve from Agent Trajectories.main@2026-07-14

More in AI Agents

awesome-copilotCommunity-contributed instructions, agents, skills, and configurations to help you make the most of GitHub Copilot.
letta-codeThe memory-first coding agent
MiniSearchMinimalist web-searching platform with an AI assistant that runs directly from your browser. Uses WebLLM, Wllama and SearXNG. Demo: https://felladrin-minisearch.hf.space
tokentracker-cliToken usage tracker for AI agent CLIs (Claude Code, Codex, Cursor, Kiro, Gemini, OpenCode, OpenClaw, Hermes, GitHub Copilot)