← Back to Projects
WorkflowData VisualizationData AnalyticsLLM

AI-Assisted Collaborative Analytics Platform

A human-AI collaborative analytics workspace where an LLM co-pilot assists analysts with EDA, chart generation, and insight narration via tool use, streaming responses, and multi-turn context — delivering 3× faster analysis cycles.

7 min read
Interactive Demo
4 tech tags

Overview

This platform gives data analysts an AI co-pilot workspace: upload a dataset, and the AI proactively identifies data quality issues, suggests analysis directions, auto-generates Python analysis code and ECharts visualizations, and interprets charts with business-language narratives. The entire session supports multi-turn dialogue, with the AI maintaining context of the analyst's evolving intent.

Key Features

01

Smart EDA: AI auto-scans the dataset for missing values, outliers, and distribution characteristics, generating a descriptive statistics summary

02

Collaborative code generation: analyst describes needs in natural language; AI produces executable Python (pandas/seaborn) with one-click run

03

Dynamic chart generation: LLM tool calls auto-select chart type and configure ECharts parameters based on data semantics

04

Insight narration: after each chart, AI writes a business-language interpretation covering trends, anomalies, and action recommendations

05

Streaming output: LLM responses pushed via SSE stream so analysts see the AI reasoning in real time, reducing perceived latency

Methodology

Backend: FastAPI + LangChain. Frontend: Next.js + ECharts. The AI co-pilot has 5 tool types: data summary, statistical computation, chart config generation, Python execution sandbox, and insight writing. Tool call results return structured JSON; the frontend renders different UI components (code block, chart, text card) based on tool type. Conversation history is summarized and appended to the system prompt to maintain long-session coherence.

Tech Stack

WorkflowFLOW
Data VisualizationVIZ
Data AnalyticsDA
LLMLLM

Project Info

Read time7 min
Live demoAvailable
FeaturedNo
Tags4
← Back to Projects
Interactive Demo

AI Cowork Analytics Demo

Pick an analysis query and watch the LLM copilot drive data insights through tool calls and streaming output.

LLM Co-pilot · Collaborative Analysis Demo

AI Co-work Data Analysis Platform

Select an analysis task — the LLM co-pilot calls data tools, streams insights, and renders inline charts.

Select Analysis Task