Live Deployment

OrchestraML Agentic ML Pipeline Platform

An agentic ML pipeline platform built for tech students and developers who understand ML concepts but don't want to write boilerplate sklearn pipelines.

OrchestraML: Agentic ML Pipeline Platform

Project Case Study

OrchestraML is an agentic ML pipeline platform built for tech students and developers who understand ML concepts but don't want to write boilerplate sklearn pipelines.

HOW IT WORKS

Describe your ML goal in plain English → 8 specialized agents handle everything → you approve every critical decision → get a deployed model.

THE 8 AGENTS

1.Orchestrator — Plans the entire pipeline using Gemini Flash
2.Dataset — Searches HuggingFace/Kaggle or uses your CSV
3.EDA — Profiles data, detects issues, generates charts
4.Cleaning — Fixes nulls, outliers, imbalance (no LLM — pure pandas)
5.Feature — Encoding, scaling, SelectKBest feature selection
6.Modeling — FLAML AutoML with smart model selection
7.Evaluation — SHAP explainability + bias detection
8.Deployment — Download ZIP package or deploy REST API

HUMAN-IN-THE-LOOP

6 hard checkpoint gates where the pipeline PAUSES and waits for your approval. You're always in control. Nothing runs without your sign-off.

WHAT YOU GET

Full report with metrics, SHAP plots, confusion matrix
AI audit trail — every decision with plain English reasoning
Downloadable model package (model.pkl + predict.py + README)
Or deploy a live BentoML REST API

SECURITY

AES-256 encrypted dataset storage. Datasets auto-deleted after pipeline. Only your trained model is kept.

FREE PLAN: 2 pipelines/day, datasets up to 50k rows, all features included.

Key Engineering Milestones

1

8-Agent Orchestration Engine

Orchestrated 8 specialized agents (Orchestrator, Dataset, EDA, Cleaning, Feature, Modeling, Evaluation, Deployment) using Gemini Flash, pandas, FLAML AutoML, SHAP, and BentoML to automate the complete ML lifecycle.

2

6-Gate Human-in-the-Loop Safeguards

Implemented 6 hard checkpoint gates where the pipeline automatically pauses and waits for user approval, ensuring developers remain in control of all data cleaning, modeling, and evaluation decisions.

3

Comprehensive Outputs & REST API

Generates full reports with metrics, SHAP explainability plots, confusion matrices, audit logs, and downloadable packages (model.pkl + prediction scripts) or one-click BentoML REST API deployments.

4

Secure & Scalable Architecture

Built using FastAPI, Next.js 15, and Supabase, featuring AES-256 encrypted dataset storage and automatic dataset deletion post-pipeline run to guarantee privacy.

Specifications

Development Stagelive
Project TypeOpen Source / Showcase
Repository VisibilityPrivate Repository

Technology Stack

FastAPINext.js 15FLAMLSHAPSupabaseGemini Flash