

Auto-Analyst is a fully open-sourced, modular AI system designed to automate data science workflows — from data cleaning and statistical analysis to machine learning and visualization.
You can try it live at: https://www.autoanalyst.ai/chat
Start analyzing here: 👉 https://www.autoanalyst.ai/chat
.csv or .xlsx files. More connectors (APIs, SQL, etc.) available upon request.var_1 to price, category, etc., for better analysis.Use either:
@preprocessing_agent)| Agent | Description |
|---|---|
@preprocessing_agent |
Cleans data using pandas and numpy. Fixes types, handles nulls, computes aggregates. |
@statistical_analytics_agent |
Performs regression, correlation, ANOVA, and other statistical tests with statsmodels. |
@sk_learn_agent |
Trains machine learning models like Random Forest, KMeans, Logistic Regression using scikit-learn. |
@data_viz_agent |
Generates visualizations using plotly. Includes a retriever to pick optimal chart formats. |
🌟 Modular and extensible! You can add custom agents for:
Want to delegate the query routing?
Just type your question without specifying an agent. The planner will:
Agents are implemented as dspy.Signature classes. Example:
class google_ads_analyzer_agent(dspy.Signature):
goal = dspy.InputField(desc="User goal")
dataset = dspy.InputField(desc="DataFrame")
plan_instructions = dspy.InputField(desc="Instructions")
code = dspy.OutputField(desc="Python code")
summary = dspy.OutputField(desc="Analysis summary")
Add your own agent in minutes.
Want more? Submit a request: Contact Us
| Feature | Description |
|---|---|
| 💬 Chat Interface | Ask questions and receive answers like a regular chat. |
| 🧑💻 Code Editor | Inspect and edit generated code. Features include: AI-assisted edits, auto-fix for broken code. |
| 📊 Analytics Dashboard (Enterprise) | Monitor usage, set limits, allocate credits, enforce roles & permissions. |
We welcome contributions! You can:
📬 For collaboration or enterprise inquiries: https://www.autoanalyst.ai/contact
Auto-Analyst is released under the MIT License — feel free to use, remix, and build on it.
Built with ❤️ by Firebird Technologies AI. Tech. Fire.
$ claude mcp add Auto-Analyst \
-- python -m otcore.mcp_server <graph>