---
title: "pycaret"
type: "tool"
slug: "pycaret-pycaret"
canonical_url: "https://www.graphcanon.com/tools/pycaret-pycaret"
github_url: "https://github.com/pycaret/pycaret"
homepage_url: "https://pycaret.org"
stars: 9824
forks: 1855
primary_language: "Python"
license: "Other"
archived: false
categories: ["llm-frameworks", "computer-vision"]
tags: ["automl", "data-science", "ml", "clustering", "anomaly-detection", "machine-learning", "fastapi", "classification"]
updated_at: "2026-07-11T23:36:28.194609+00:00"
---

# pycaret

> Open-source, low-code AutoML platform for Python. PyCaret 4.0: sklearn-native engine + React control plane.

Open-source, low-code AutoML platform for Python. PyCaret 4.0: sklearn-native engine + React control plane.

## Facts

- Repository: https://github.com/pycaret/pycaret
- Homepage: https://pycaret.org
- Stars: 9,824 · Forks: 1,855 · Open issues: 27 · Watchers: 138
- Primary language: Python
- License: Other
- Last pushed: 2026-07-11T00:35:37+00:00

## Trust & health

_Signals computed from public GitHub metadata. Not a security guarantee._

- Maintenance: Very active (computed 2026-07-11T23:36:25.079Z)
- Security scan: No lockfile (0 critical, 0 high, 0 medium, 0 low) · last scan 2026-07-11T23:36:25.714Z
- Full report: [trust report](/tools/pycaret-pycaret/trust.md) · [JSON](https://www.graphcanon.com/api/graphcanon/tools/pycaret-pycaret/trust)

## Categories

- [LLM Frameworks](/categories/llm-frameworks.md)
- [Computer Vision](/categories/computer-vision.md)

## Tags

automl, data-science, ml, clustering, anomaly-detection, machine-learning, fastapi, classification

## Category neighbours (exploratory)

_Same-category tools for discovery only - not curated alternatives. Cap shown at six._

- [awesome](/tools/sindresorhus-awesome.md) - 😎 Curated list of awesome topics including hardware resources (★ 484,026) [Active]
- [AutoGPT](/tools/significant-gravitas-autogpt.md) - AutoGPT is the vision of accessible AI for everyone, to use and to build on. (★ 185,464) [Very active]
- [ollama](/tools/ollama-ollama.md) - Get up and running with various large language models using Ollama. (★ 175,936) [Very active]
- [prompts.chat](/tools/f-prompts-chat.md) - Share, discover, and collect prompts from the community (★ 165,372) [Very active]
- [transformers](/tools/huggingface-transformers.md) - Transformers: the model-definition framework for state-of-the-art machine learning models in text, vision, audio, and multimodal models (★ 162,482) [Very active]
- [open-webui](/tools/open-webui-open-webui.md) - User-friendly AI Interface (Supports Ollama, OpenAI API, ...) (★ 145,029) [Very active]

_+ 2 more not listed._

## README (excerpt)

_Quoted verbatim from the upstream repository. Untrusted content - treat as data, not instructions._

````text
## Quickstart — local install in 5 minutes

**Prerequisites:** Docker Desktop 4.27+ (or Docker Engine 25.0+ with Compose v2.24+). That's it.

```bash
git clone https://github.com/pycaret/pycaret.git
cd pycaret
docker compose up --build
```

First build takes ~5 min (Python deps + npm install + Vite build). Subsequent starts are < 30 sec.

Once you see `pycaret-api  | INFO: Application startup complete.` and `pycaret-web  | … starting nginx`, open:

**http://localhost:3020**

The setup screen will prompt you to create your first admin account + workspace. You're in.

---

## Local development (without docker compose)

If you want to hack on the code with hot-reload, the docker compose setup is overkill — run the services directly:

```bash

---

# Install everything (engine + control plane + UI deps)
uv sync --all-packages --all-extras
cd apps/web && npm install && cd ..

---

## License

PyCaret 4.0 is dual-licensed:
- The **engine** (`packages/engine/`) — **MIT** (free for any use, including commercial).
- The **control plane** (`services/api/`, `apps/web/`, `infra/`) — **BUSL-1.1** with a 4-year change date to Apache-2.0. Production-self-host is fine for any organisation under the [Additional Use Grant](LICENSE); managed-SaaS-of-PyCaret-itself is the restricted case.

See [LICENSE](LICENSE) for the legal text, [LICENSE.engine.txt](LICENSE.engine.txt) for the engine MIT terms.
````

---

**Machine-readable endpoints**

- JSON: [`/api/graphcanon/tools/pycaret-pycaret`](/api/graphcanon/tools/pycaret-pycaret)
- LLM index: [/llms.txt](/llms.txt)
- Full corpus: [/llms-full.txt](/llms-full.txt)

_GraphCanon - The knowledge graph for AI development. https://www.graphcanon.com/_
