---
title: "deepchecks"
type: "tool"
slug: "deepchecks-deepchecks"
canonical_url: "https://www.graphcanon.com/tools/deepchecks-deepchecks"
github_url: "https://github.com/deepchecks/deepchecks"
homepage_url: "https://docs.deepchecks.com/stable"
stars: 4035
forks: 300
primary_language: "Python"
license: "Other"
archived: false
categories: ["model-training", "computer-vision", "inference-serving"]
tags: ["data-validation", "data-science", "ml", "deep-learning", "data-drift", "machine-learning", "html-report", "jupyter-notebook"]
updated_at: "2026-07-11T23:14:37.496929+00:00"
---

# deepchecks

> Deepchecks: Tests for Continuous Validation of ML Models & Data. Deepchecks is a holistic open-source solution for all of your AI & ML validation needs, enabling to thoroughly test your data and model

Deepchecks: Tests for Continuous Validation of ML Models & Data. Deepchecks is a holistic open-source solution for all of your AI & ML validation needs, enabling to thoroughly test your data and models from research to production.

## Facts

- Repository: https://github.com/deepchecks/deepchecks
- Homepage: https://docs.deepchecks.com/stable
- Stars: 4,035 · Forks: 300 · Open issues: 263 · Watchers: 24
- Primary language: Python
- License: Other
- Last pushed: 2025-12-28T12:07:44+00:00

## Trust & health

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

- Maintenance: Slowing (computed 2026-07-11T23:14:31.117Z)
- Security scan: No lockfile (0 critical, 0 high, 0 medium, 0 low) · last scan 2026-07-11T23:14:31.652Z
- Full report: [trust report](/tools/deepchecks-deepchecks/trust.md) · [JSON](https://www.graphcanon.com/api/graphcanon/tools/deepchecks-deepchecks/trust)

## Categories

- [Model Training](/categories/model-training.md)
- [Computer Vision](/categories/computer-vision.md)
- [Inference & Serving](/categories/inference-serving.md)

## Tags

data-validation, data-science, ml, deep-learning, data-drift, machine-learning, html-report, jupyter notebook

## Category neighbours (exploratory)

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

- [tensorflow](/tools/tensorflow-tensorflow.md) - An Open Source Machine Learning Framework for Everyone (★ 196,300) [Very active]
- [ollama](/tools/ollama-ollama.md) - Get up and running with various large language models using Ollama. (★ 175,936) [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]
- [langflow](/tools/langflow-ai-langflow.md) - Langflow is a powerful tool for building and deploying AI-powered agents and workflows. (★ 151,697) [Very active]
- [open-webui](/tools/open-webui-open-webui.md) - User-friendly AI Interface (Supports Ollama, OpenAI API, ...) (★ 145,029) [Very active]
- [llama.cpp](/tools/ggml-org-llama-cpp.md) - LLM inference in C/C++ (★ 120,002) [Very active]

_+ 2 more not listed._

## README (excerpt)

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

````text
## ⏩  Getting Started

<details close>
   <summary>
      <h3>
         💻 Installation
      </h3>
   </summary>

#### Deepchecks Testing (and CI) Installation

```bash
pip install deepchecks -U --user
```

For installing the nlp / vision submodules or with conda:
- For NLP: Replace ``deepchecks`` with ``"deepchecks[nlp]"``, 
  and optionally install also``deepchecks[nlp-properties]``
- For Computer Vision: Replace ``deepchecks`` with ``"deepchecks[vision]"``. 
- For installing with conda, similarly use: ``conda install -c conda-forge deepchecks``.

Check out the full installation instructions for deepchecks testing [here](https://docs.deepchecks.com/stable/getting-started/installation.html).

#### Deepchecks Monitoring Installation

To use deepchecks for production monitoring, you can either use our SaaS service, or deploy a local instance in one line on Linux/MacOS (Windows is WIP!) with Docker.
Create a new directory for the installation files, open a terminal within that directory and run the following:

```
pip install deepchecks-installer
deepchecks-installer install-monitoring
```

This will automatically download the necessary dependencies, run the installation process
and then start the application locally.

The installation will take a few minutes. Then you can open the deployment url (default is http://localhost),
and start the system onboarding. Check out the full monitoring [open source installation & quickstart](https://docs.deepchecks.com/monitoring/stable/getting-started/deploy_self_host_open_source.html).

Note that the open source product is built such that each deployment supports monitoring of
a single model.

</details>
````

---

**Machine-readable endpoints**

- JSON: [`/api/graphcanon/tools/deepchecks-deepchecks`](/api/graphcanon/tools/deepchecks-deepchecks)
- 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/_
