encord-active


Nameencord-active JSON
Version 0.1.83 PyPI version JSON
download
home_pagehttps://encord.com/encord-active/
SummaryEnable users to improve machine learning models in an active learning fashion via data, label, and model quality.
upload_time2024-01-31 10:25:37
maintainer
docs_urlNone
authorCord Technologies Limited
requires_python>=3.9, !=2.7.*, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, !=3.6.*, !=3.7.*, !=3.8.*
licenseApache-2.0
keywords encord active machine learning data label model quality test
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <p align="center">
<a href="https://docs.encord.com/docs/active-overview" target="_blank">Documentation</a> |
<a href="https://github.com/encord-team/encord-notebooks" target="_blank">Try it Now</a> |
<a href="https://encord.com/encord_active/" target="_blank">Website</a> |
<a href="https://encord.com/blog/" target="_blank">Blog</a> |
<a href="https://join.slack.com/t/encordactive/shared_invite/zt-1hc2vqur9-Fzj1EEAHoqu91sZ0CX0A7Q" target="_blank">Join our Community</a>
</p>

<h1 align="center">
  <a href="https://encord.com"><img src="https://storage.googleapis.com/docs-media.encord.com/static/img/icons/encord_active_logo.png" alt="Encord logo"/></a>
</h1>

<div style="display: flex; justify-content: space-between;">
  <div style="flex: 1; padding: 10px;">
    <a href="https://docs.encord.com/docs/active-overview" target="_blank" style="text-decoration:none">
      <img alt="Documentation" src="https://img.shields.io/badge/docs-Online-blue">
    </a>
    <a href="https://github.com/encord-team/encord-notebooks" target="_blank" style="text-decoration:none">
      <img alt="Encord Notebooks" src="https://img.shields.io/badge/Encord_Notebooks-blue?logo=github&label=&labelColor=181717">
    </a>
    <a href="https://github.com/encord-team/encord-notebooks" target="_blank" style="text-decoration:none">
      <img alt="Open In Colab" src="https://colab.research.google.com/assets/colab-badge.svg">
    </a>
    <a href="https://join.slack.com/t/encordactive/shared_invite/zt-1hc2vqur9-Fzj1EEAHoqu91sZ0CX0A7Q" target="_blank" style="text-decoration:none">
      <img alt="Join us on Slack" src="https://img.shields.io/badge/Join_Our_Community-4A154B?label=&logo=slack&logoColor=white">
    </a>
    <a href="https://twitter.com/encord_team" target="_blank" style="text-decoration:none">
      <img alt="Twitter Follow" src="https://img.shields.io/twitter/follow/encord_team?label=%40encord_team&amp;style=social">
    </a>
  </div>
  <div style="flex: 1; padding: 10px;">
    <img alt="Python versions" src="https://img.shields.io/pypi/pyversions/encord-active">
    <a href="https://pypi.org/project/encord-active/" target="_blank" style="text-decoration:none">
      <img alt="PyPi project" src="https://img.shields.io/pypi/v/encord-active">
    </a>
    <a href="https://docs.encord.com/docs/active-contributing" target="_blank" style="text-decoration:none">
      <img alt="PRs Welcome" src="https://img.shields.io/badge/PRs-Welcome-blue">
    </a>
    <img alt="Licence" src="https://img.shields.io/github/license/encord-team/encord-active">
    <img alt="Downloads" src="https://static.pepy.tech/badge/encord-active">
  </div>
</div>

## ❓ What is Encord Active?

[Encord Active][encord-active-landing] is an open-source toolkit to test, validate, and evaluate your models and surface, curate, and prioritize the most valuable data for labeling to supercharge model performance.

Use Encord Active to:

- Test, validate, and evaluate your models with advanced error analysis
- Generate model explainability reports
- Surface, curate, and prioritize the most valuable data for labeling
- Search through your data using natural language (beta feature)
- Find and fix dataset errors and biases (duplicates, outliers, label errors)

![homepage-visual]

## Installation

The simplest way to install the CLI is using `pip` in a suitable virtual environment:

```shell
pip install encord-active
```

We recommend using a virtual environment, such as `venv`:

```shell
python3.9 -m venv ea-venv
source ea-venv/bin/activate
pip install encord-active
```

> `encord-active` requires [python3.9][python-39].
> If you have trouble installing `encord-active`, you find more detailed instructions on
> installing it [here](https://docs.encord.com/docs/active-installation). If just want to see it in action try out [this Colab notebook](https://colab.research.google.com/github/encord-team/encord-notebooks/blob/main/colab-notebooks/01_Encord_Active_Notebooks_Download_sandbox_project.ipynb).

### πŸ–₯️ Supported Platforms

🚨 Note: Currently, this library does not support Linux 🚫🐧.

Supported platforms include:

- Windows
- macOS

#### 🐧 Linux Support

We understand the importance of Linux in many development environments. We are actively exploring ways to bring Linux support in the future πŸ”. If you're interested in contributing or have suggestions, please read the [contribution guidelines][contribute-url] 🀝.

## πŸ‘‹ Quickstart

Get started immediately by sourcing your environment and running the code below.
This downloads a small dataset and launches the Encord Active App for you to explore:

```shell
encord-active quickstart
```

or you can use <a href="https://hub.docker.com/r/encord/encord-active"><img src="https://www.docker.com/wp-content/uploads/2022/03/horizontal-logo-monochromatic-white.png" height="20"/></a>:

```shell
docker run -it --rm -p 8000:8000 -v ${PWD}:/data encord/encord-active quickstart
```

After opening the UI, we recommend you to head to the [workflow documentation][encord-active-docs-workflow] to see some common workflows.

![projects page](https://storage.googleapis.com/docs-media.encord.com/static/img/projects-page.jpg)

## πŸ’‘ When to use Encord Active?

Encord Active helps you understand and improve your data, labels, and models at all stages of your computer vision journey.

Whether you've just started collecting data, labeled your first batch of samples, or have multiple models in production, Encord Active can help you.

![encord active diagram](https://storage.googleapis.com/docs-media.encord.com/static/img/process-chart-ea.webp)

## πŸ”– Documentation

Our full documentation is available [here][encord-active-docs]. In particular, we recommend checking out:

- [Getting Started](https://docs.encord.com/docs/active-getting-started)
- [Imports](https://docs.encord.com/docs/active-import)
- [Workflows][encord-active-docs-workflow]
- [User Guides](https://docs.encord.com/docs/active-user-guide)
- [CLI Documentation](https://docs.encord.com/docs/active-cli)

## ⬇️ Download a sandbox dataset

Another way to quickly get familiar with Encord Active is to download a dataset from its sandbox.
The download command will ask which pre-built dataset to use and will download it into a new directory in the current working directory.

```shell
encord-active download
cd /path/of/downloaded/project
encord-active start
```

The app should then open in the browser.
If not, navigate to [`localhost:8000`](http://localhost:8000).
Our [docs][encord-active-docs] contain more information about what you can see in the page.

## <img width="24" height="24" src="https://storage.googleapis.com/docs-media.encord.com/static/img/icons/encord_icon.png"/> Import your dataset

### Quick import Dataset

To import your data (without labels) save your data in a directory and run the command:

```shell
# within venv
encord-active init /path/to/data/directory
```

A project will be created using the data in the directory.

To start the project run:

```shell
cd /path/to/project
encord-active start
```

You can find more details on the `init` command in the [documentation][encord-active-docs-init].

### Import from COCO

To import your data, labels, and predictions from COCO, save your data in a directory and run the command:

```shell
# install COCO extras
(ea-venv)$ python -m pip install encord-active[coco]

# import samples with COCO annotations
encord-active import project --coco -i ./images -a ./annotations.json

# import COCO model predictions
encord-active import predictions --coco results.json
```

### Import from the Encord platform

This section requires [setting up an ssh key][encord-docs-ssh] with Encord, so slightly more technical.

To import an Encord project, use this command:

```shell
encord-active import project
```

The command will allow you to search through your Encord projects and choose which one to import.

## ⭐ Concepts and features

### Quality metrics:

Quality metrics are applied to your data, labels, and predictions to assign them quality metric scores.
Plug in your own or rely on Encord Active's prebuilt quality metrics.
The quality metrics automatically decompose your data, label, and model quality to show you how to improve your model performance from a data-centric perspective.
Encord Active ships with 25+ metrics and more are coming; [contributions][contribute-url] are also very welcome.

### Core features:

- [Data Exploration](https://docs.encord.com/docs/active-exploring-data-and-label-distributions)
- [Data Outlier detection](https://docs.encord.com/docs/active-identify-outliers#data-outliers)
- [Label Outlier detection](https://docs.encord.com/docs/active-identify-outliers#label-outliers)
- [Object Detection/segmentation Model Decomposition](https://docs.encord.com/docs/active-evaluate-detection-models)
- [Classification Model Decomposition](https://docs.encord.com/docs/active-evaluate-classification-models)
- [Similarity Search](https://docs.encord.com/docs/active-exploring-image-similarity)
- [Data & Label Tagging](https://docs.encord.com/docs/active-tagging)
- [Visualize TP/FP/FN](https://docs.encord.com/docs/active-evaluate-detection-models#exploring-the-individual-samples)
- And much more!

Visit our [documentation][encord-active-docs] to learn more.

### Supported data:

| Data Types |     | Labels          |     | Project sizes |               |
| ---------- | --- | --------------- | --- | ------------- | ------------- |
| `jpg`      | βœ…  | Bounding Boxes  | βœ…  | Images        | 25.000        |
| `png`      | βœ…  | Polygons        | βœ…  | Videos \*     | 25.000 frames |
| `tiff`     | βœ…  | Segmentations   | βœ…  |               |               |
| `mp4` \*   | βœ…  | Classifications | βœ…  |               |               |
|            |     | Polylines       | 🟑  |               |               |

\* Requires an Encord Annotate account

## πŸ§‘πŸ½β€πŸ’»Development

### πŸ›  Build your own quality metrics

Encord Active is built with customizability in mind. Therefore, you can easily build your own custom metrics πŸ”§.
See the [Writing Your Own Metric][encord-active-docs-write-metric] page in the docs for details on this topic.

If you need help or guidance feel free to ping us in our **[Slack workspace][slack-join]**!

## πŸ‘ͺ Community and support

[Join our community on Slack][slack-join] to connect with the team behind Encord Active.
Also, feel free to [suggest improvements or report problems][report-issue] via GitHub issues.

## πŸŽ‡ Contributions

If you're using Encord Active in your organization, please try to add your company name to the [ADOPTERS.md][adopters]. It really helps the project to gain momentum and credibility. It's a small contribution back to the project with a big impact.

If you want to share your custom metrics or improve the tool, please see our [contributing docs][contribute-url].

### 🦸 Contributors

<a href="https://github.com/encord-team/encord-active/graphs/contributors">
  <img src="https://contrib.rocks/image?repo=encord-team/encord-active" alt="Contributors graph"/>
</a>

[@Javi Leguina](https://github.com/jleguina)

## Licence

This repository is published under the Apache 2.0 licence.

[adopters]: https://github.com/encord-team/encord-active/blob/main/ADOPTERS.md
[colab-notebook]: https://colab.research.google.com/drive/11iZE1CCFIGlkWdTmhf5XACDojtGeIRGS?usp=sharing
[contribute-url]: https://docs.encord.com/docs/active-contributing
[encord-active-docs-init]: https://docs.encord.com/docs/active-quick-import
[encord-active-docs-workflow]: https://docs.encord.com/docs/active-workflows
[encord-active-docs-write-metric]: https://docs.encord.com/docs/active-write-custom-quality-metrics
[encord-active-docs]: https://docs.encord.com/docs/active-overview
[encord-active-landing]: https://encord.com/encord-active/
[encord-docs-ssh]: https://docs.encord.com/docs/annotate-public-keys#set-up-public-key-authentication
[homepage-visual]: https://raw.githubusercontent.com/encord-team/encord-active/main/homepage_visual.png
[python-39]: https://www.python.org/downloads/release/python-3915/
[report-issue]: https://github.com/encord-team/encord-active/issues/new/choose
[slack-join]: https://join.slack.com/t/encordactive/shared_invite/zt-1hc2vqur9-Fzj1EEAHoqu91sZ0CX0A7Q

            

Raw data

            {
    "_id": null,
    "home_page": "https://encord.com/encord-active/",
    "name": "encord-active",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9, !=2.7.*, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, !=3.6.*, !=3.7.*, !=3.8.*",
    "maintainer_email": "",
    "keywords": "encord,active,machine,learning,data,label,model,quality,test",
    "author": "Cord Technologies Limited",
    "author_email": "hello@encord.com",
    "download_url": "https://files.pythonhosted.org/packages/c9/8a/34d038dae0f8e52778da3bef4711adef8fe9ec490c2e0562de19d750eceb/encord_active-0.1.83.tar.gz",
    "platform": null,
    "description": "<p align=\"center\">\n<a href=\"https://docs.encord.com/docs/active-overview\" target=\"_blank\">Documentation</a> |\n<a href=\"https://github.com/encord-team/encord-notebooks\" target=\"_blank\">Try it Now</a> |\n<a href=\"https://encord.com/encord_active/\" target=\"_blank\">Website</a> |\n<a href=\"https://encord.com/blog/\" target=\"_blank\">Blog</a> |\n<a href=\"https://join.slack.com/t/encordactive/shared_invite/zt-1hc2vqur9-Fzj1EEAHoqu91sZ0CX0A7Q\" target=\"_blank\">Join our Community</a>\n</p>\n\n<h1 align=\"center\">\n  <a href=\"https://encord.com\"><img src=\"https://storage.googleapis.com/docs-media.encord.com/static/img/icons/encord_active_logo.png\" alt=\"Encord logo\"/></a>\n</h1>\n\n<div style=\"display: flex; justify-content: space-between;\">\n  <div style=\"flex: 1; padding: 10px;\">\n    <a href=\"https://docs.encord.com/docs/active-overview\" target=\"_blank\" style=\"text-decoration:none\">\n      <img alt=\"Documentation\" src=\"https://img.shields.io/badge/docs-Online-blue\">\n    </a>\n    <a href=\"https://github.com/encord-team/encord-notebooks\" target=\"_blank\" style=\"text-decoration:none\">\n      <img alt=\"Encord Notebooks\" src=\"https://img.shields.io/badge/Encord_Notebooks-blue?logo=github&label=&labelColor=181717\">\n    </a>\n    <a href=\"https://github.com/encord-team/encord-notebooks\" target=\"_blank\" style=\"text-decoration:none\">\n      <img alt=\"Open In Colab\" src=\"https://colab.research.google.com/assets/colab-badge.svg\">\n    </a>\n    <a href=\"https://join.slack.com/t/encordactive/shared_invite/zt-1hc2vqur9-Fzj1EEAHoqu91sZ0CX0A7Q\" target=\"_blank\" style=\"text-decoration:none\">\n      <img alt=\"Join us on Slack\" src=\"https://img.shields.io/badge/Join_Our_Community-4A154B?label=&logo=slack&logoColor=white\">\n    </a>\n    <a href=\"https://twitter.com/encord_team\" target=\"_blank\" style=\"text-decoration:none\">\n      <img alt=\"Twitter Follow\" src=\"https://img.shields.io/twitter/follow/encord_team?label=%40encord_team&amp;style=social\">\n    </a>\n  </div>\n  <div style=\"flex: 1; padding: 10px;\">\n    <img alt=\"Python versions\" src=\"https://img.shields.io/pypi/pyversions/encord-active\">\n    <a href=\"https://pypi.org/project/encord-active/\" target=\"_blank\" style=\"text-decoration:none\">\n      <img alt=\"PyPi project\" src=\"https://img.shields.io/pypi/v/encord-active\">\n    </a>\n    <a href=\"https://docs.encord.com/docs/active-contributing\" target=\"_blank\" style=\"text-decoration:none\">\n      <img alt=\"PRs Welcome\" src=\"https://img.shields.io/badge/PRs-Welcome-blue\">\n    </a>\n    <img alt=\"Licence\" src=\"https://img.shields.io/github/license/encord-team/encord-active\">\n    <img alt=\"Downloads\" src=\"https://static.pepy.tech/badge/encord-active\">\n  </div>\n</div>\n\n## \u2753 What is Encord Active?\n\n[Encord Active][encord-active-landing] is an open-source toolkit to test, validate, and evaluate your models and surface, curate, and prioritize the most valuable data for labeling to supercharge model performance.\n\nUse Encord Active to:\n\n- Test, validate, and evaluate your models with advanced error analysis\n- Generate model explainability reports\n- Surface, curate, and prioritize the most valuable data for labeling\n- Search through your data using natural language (beta feature)\n- Find and fix dataset errors and biases (duplicates, outliers, label errors)\n\n![homepage-visual]\n\n## Installation\n\nThe simplest way to install the CLI is using `pip` in a suitable virtual environment:\n\n```shell\npip install encord-active\n```\n\nWe recommend using a virtual environment, such as `venv`:\n\n```shell\npython3.9 -m venv ea-venv\nsource ea-venv/bin/activate\npip install encord-active\n```\n\n> `encord-active` requires [python3.9][python-39].\n> If you have trouble installing `encord-active`, you find more detailed instructions on\n> installing it [here](https://docs.encord.com/docs/active-installation). If just want to see it in action try out [this Colab notebook](https://colab.research.google.com/github/encord-team/encord-notebooks/blob/main/colab-notebooks/01_Encord_Active_Notebooks_Download_sandbox_project.ipynb).\n\n### \ud83d\udda5\ufe0f Supported Platforms\n\n\ud83d\udea8 Note: Currently, this library does not support Linux \ud83d\udeab\ud83d\udc27.\n\nSupported platforms include:\n\n- Windows\n- macOS\n\n#### \ud83d\udc27 Linux Support\n\nWe understand the importance of Linux in many development environments. We are actively exploring ways to bring Linux support in the future \ud83d\udd0d. If you're interested in contributing or have suggestions, please read the [contribution guidelines][contribute-url] \ud83e\udd1d.\n\n## \ud83d\udc4b Quickstart\n\nGet started immediately by sourcing your environment and running the code below.\nThis downloads a small dataset and launches the Encord Active App for you to explore:\n\n```shell\nencord-active quickstart\n```\n\nor you can use <a href=\"https://hub.docker.com/r/encord/encord-active\"><img src=\"https://www.docker.com/wp-content/uploads/2022/03/horizontal-logo-monochromatic-white.png\" height=\"20\"/></a>:\n\n```shell\ndocker run -it --rm -p 8000:8000 -v ${PWD}:/data encord/encord-active quickstart\n```\n\nAfter opening the UI, we recommend you to head to the [workflow documentation][encord-active-docs-workflow] to see some common workflows.\n\n![projects page](https://storage.googleapis.com/docs-media.encord.com/static/img/projects-page.jpg)\n\n## \ud83d\udca1 When to use Encord Active?\n\nEncord Active helps you understand and improve your data, labels, and models at all stages of your computer vision journey.\n\nWhether you've just started collecting data, labeled your first batch of samples, or have multiple models in production, Encord Active can help you.\n\n![encord active diagram](https://storage.googleapis.com/docs-media.encord.com/static/img/process-chart-ea.webp)\n\n## \ud83d\udd16 Documentation\n\nOur full documentation is available [here][encord-active-docs]. In particular, we recommend checking out:\n\n- [Getting Started](https://docs.encord.com/docs/active-getting-started)\n- [Imports](https://docs.encord.com/docs/active-import)\n- [Workflows][encord-active-docs-workflow]\n- [User Guides](https://docs.encord.com/docs/active-user-guide)\n- [CLI Documentation](https://docs.encord.com/docs/active-cli)\n\n## \u2b07\ufe0f Download a sandbox dataset\n\nAnother way to quickly get familiar with Encord Active is to download a dataset from its sandbox.\nThe download command will ask which pre-built dataset to use and will download it into a new directory in the current working directory.\n\n```shell\nencord-active download\ncd /path/of/downloaded/project\nencord-active start\n```\n\nThe app should then open in the browser.\nIf not, navigate to [`localhost:8000`](http://localhost:8000).\nOur [docs][encord-active-docs] contain more information about what you can see in the page.\n\n## <img width=\"24\" height=\"24\" src=\"https://storage.googleapis.com/docs-media.encord.com/static/img/icons/encord_icon.png\"/> Import your dataset\n\n### Quick import Dataset\n\nTo import your data (without labels) save your data in a directory and run the command:\n\n```shell\n# within venv\nencord-active init /path/to/data/directory\n```\n\nA project will be created using the data in the directory.\n\nTo start the project run:\n\n```shell\ncd /path/to/project\nencord-active start\n```\n\nYou can find more details on the `init` command in the [documentation][encord-active-docs-init].\n\n### Import from COCO\n\nTo import your data, labels, and predictions from COCO, save your data in a directory and run the command:\n\n```shell\n# install COCO extras\n(ea-venv)$ python -m pip install encord-active[coco]\n\n# import samples with COCO annotations\nencord-active import project --coco -i ./images -a ./annotations.json\n\n# import COCO model predictions\nencord-active import predictions --coco results.json\n```\n\n### Import from the Encord platform\n\nThis section requires [setting up an ssh key][encord-docs-ssh] with Encord, so slightly more technical.\n\nTo import an Encord project, use this command:\n\n```shell\nencord-active import project\n```\n\nThe command will allow you to search through your Encord projects and choose which one to import.\n\n## \u2b50 Concepts and features\n\n### Quality metrics:\n\nQuality metrics are applied to your data, labels, and predictions to assign them quality metric scores.\nPlug in your own or rely on Encord Active's prebuilt quality metrics.\nThe quality metrics automatically decompose your data, label, and model quality to show you how to improve your model performance from a data-centric perspective.\nEncord Active ships with 25+ metrics and more are coming; [contributions][contribute-url] are also very welcome.\n\n### Core features:\n\n- [Data Exploration](https://docs.encord.com/docs/active-exploring-data-and-label-distributions)\n- [Data Outlier detection](https://docs.encord.com/docs/active-identify-outliers#data-outliers)\n- [Label Outlier detection](https://docs.encord.com/docs/active-identify-outliers#label-outliers)\n- [Object Detection/segmentation Model Decomposition](https://docs.encord.com/docs/active-evaluate-detection-models)\n- [Classification Model Decomposition](https://docs.encord.com/docs/active-evaluate-classification-models)\n- [Similarity Search](https://docs.encord.com/docs/active-exploring-image-similarity)\n- [Data & Label Tagging](https://docs.encord.com/docs/active-tagging)\n- [Visualize TP/FP/FN](https://docs.encord.com/docs/active-evaluate-detection-models#exploring-the-individual-samples)\n- And much more!\n\nVisit our [documentation][encord-active-docs] to learn more.\n\n### Supported data:\n\n| Data Types |     | Labels          |     | Project sizes |               |\n| ---------- | --- | --------------- | --- | ------------- | ------------- |\n| `jpg`      | \u2705  | Bounding Boxes  | \u2705  | Images        | 25.000        |\n| `png`      | \u2705  | Polygons        | \u2705  | Videos \\*     | 25.000 frames |\n| `tiff`     | \u2705  | Segmentations   | \u2705  |               |               |\n| `mp4` \\*   | \u2705  | Classifications | \u2705  |               |               |\n|            |     | Polylines       | \ud83d\udfe1  |               |               |\n\n\\* Requires an Encord Annotate account\n\n## \ud83e\uddd1\ud83c\udffd\u200d\ud83d\udcbbDevelopment\n\n### \ud83d\udee0 Build your own quality metrics\n\nEncord Active is built with customizability in mind. Therefore, you can easily build your own custom metrics \ud83d\udd27.\nSee the [Writing Your Own Metric][encord-active-docs-write-metric] page in the docs for details on this topic.\n\nIf you need help or guidance feel free to ping us in our **[Slack workspace][slack-join]**!\n\n## \ud83d\udc6a Community and support\n\n[Join our community on Slack][slack-join] to connect with the team behind Encord Active.\nAlso, feel free to [suggest improvements or report problems][report-issue] via GitHub issues.\n\n## \ud83c\udf87 Contributions\n\nIf you're using Encord Active in your organization, please try to add your company name to the [ADOPTERS.md][adopters]. It really helps the project to gain momentum and credibility. It's a small contribution back to the project with a big impact.\n\nIf you want to share your custom metrics or improve the tool, please see our [contributing docs][contribute-url].\n\n### \ud83e\uddb8 Contributors\n\n<a href=\"https://github.com/encord-team/encord-active/graphs/contributors\">\n  <img src=\"https://contrib.rocks/image?repo=encord-team/encord-active\" alt=\"Contributors graph\"/>\n</a>\n\n[@Javi Leguina](https://github.com/jleguina)\n\n## Licence\n\nThis repository is published under the Apache 2.0 licence.\n\n[adopters]: https://github.com/encord-team/encord-active/blob/main/ADOPTERS.md\n[colab-notebook]: https://colab.research.google.com/drive/11iZE1CCFIGlkWdTmhf5XACDojtGeIRGS?usp=sharing\n[contribute-url]: https://docs.encord.com/docs/active-contributing\n[encord-active-docs-init]: https://docs.encord.com/docs/active-quick-import\n[encord-active-docs-workflow]: https://docs.encord.com/docs/active-workflows\n[encord-active-docs-write-metric]: https://docs.encord.com/docs/active-write-custom-quality-metrics\n[encord-active-docs]: https://docs.encord.com/docs/active-overview\n[encord-active-landing]: https://encord.com/encord-active/\n[encord-docs-ssh]: https://docs.encord.com/docs/annotate-public-keys#set-up-public-key-authentication\n[homepage-visual]: https://raw.githubusercontent.com/encord-team/encord-active/main/homepage_visual.png\n[python-39]: https://www.python.org/downloads/release/python-3915/\n[report-issue]: https://github.com/encord-team/encord-active/issues/new/choose\n[slack-join]: https://join.slack.com/t/encordactive/shared_invite/zt-1hc2vqur9-Fzj1EEAHoqu91sZ0CX0A7Q\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "Enable users to improve machine learning models in an active learning fashion via data, label, and model quality.",
    "version": "0.1.83",
    "project_urls": {
        "Documentation": "https://docs.encord.com/docs/active-overview",
        "Homepage": "https://encord.com/encord-active/",
        "Repository": "https://github.com/encord-team/encord-active"
    },
    "split_keywords": [
        "encord",
        "active",
        "machine",
        "learning",
        "data",
        "label",
        "model",
        "quality",
        "test"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7450055915ee90db98660e3cf45d4554926952e6228442bbc48d6a1b5c69d058",
                "md5": "d8bda8b5986159287793c229675e82b3",
                "sha256": "bc1bdc161d3b88128fad41afb96e6535cd6f087cc5640e140003455c91b329b3"
            },
            "downloads": -1,
            "filename": "encord_active-0.1.83-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d8bda8b5986159287793c229675e82b3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9, !=2.7.*, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, !=3.6.*, !=3.7.*, !=3.8.*",
            "size": 7956658,
            "upload_time": "2024-01-31T10:25:35",
            "upload_time_iso_8601": "2024-01-31T10:25:35.274843Z",
            "url": "https://files.pythonhosted.org/packages/74/50/055915ee90db98660e3cf45d4554926952e6228442bbc48d6a1b5c69d058/encord_active-0.1.83-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c98a34d038dae0f8e52778da3bef4711adef8fe9ec490c2e0562de19d750eceb",
                "md5": "7415a17d3626ed47ed31211fb9d71289",
                "sha256": "00b5f7e24b66ae74df9efe6c45558c2bc2c82e16e3ca69dae9e4ea1056813425"
            },
            "downloads": -1,
            "filename": "encord_active-0.1.83.tar.gz",
            "has_sig": false,
            "md5_digest": "7415a17d3626ed47ed31211fb9d71289",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9, !=2.7.*, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, !=3.6.*, !=3.7.*, !=3.8.*",
            "size": 7881550,
            "upload_time": "2024-01-31T10:25:37",
            "upload_time_iso_8601": "2024-01-31T10:25:37.819154Z",
            "url": "https://files.pythonhosted.org/packages/c9/8a/34d038dae0f8e52778da3bef4711adef8fe9ec490c2e0562de19d750eceb/encord_active-0.1.83.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-31 10:25:37",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "encord-team",
    "github_project": "encord-active",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "encord-active"
}
        
Elapsed time: 0.18498s