معرفی شرکت ها


encord-active-0.1.9


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Enable users to improve machine learning models in an active learning fashion via data, label, and model quality.
ویژگی مقدار
سیستم عامل -
نام فایل encord-active-0.1.9
نام encord-active
نسخه کتابخانه 0.1.9
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Cord Technologies Limited
ایمیل نویسنده hello@encord.com
آدرس صفحه اصلی https://encord.com/encord-active/
آدرس اینترنتی https://pypi.org/project/encord-active/
مجوز Apache-2.0
<p align="center"> <a href="https://docs.encord.com/active/docs" target="_blank">Documentation</a> | <a href="https://colab.research.google.com/drive/11iZE1CCFIGlkWdTmhf5XACDojtGeIRGS?usp=sharing" 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">Slack Channel</a> </p> <h1 align="center"> <a href="https://encord.com"><img src="https://raw.githubusercontent.com/encord-team/encord-active/main/docs/static/img/icons/encord_active_logo.png" alt="Encord logo"/></a> </h1> <div align="center"> [![PRs-Welcome][contribute-image]][contribute-url] ![Licence][license-image] [![PyPi project][pypi-package-image]][pypi-package] ![PyPi version][pypi-version-image] [![Open In Colab][colab-image]][colab-notebook] ![downloads-badge][downloads-badge] [![docs][docs-image]][encord-active-docs] [!["Join us on Slack"][slack-image]][join-slack] [![Twitter Follow][twitter-image]][twitter-url] </div> ## ❓ What is Encord Active? [Encord Active][encord-active-landing] is an open-source tookit 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/active/docs/installation). If just want to see it in action try out [this Colab notebook][colab-notebook]. ## 👋 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 8501:8501 -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://raw.githubusercontent.com/encord-team/encord-active/main/docs/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://raw.githubusercontent.com/encord-team/encord-active/main/docs/static/img/process-chart-ea.webp) ## 🔖 Documentation Our full documentation is available [here](https://docs.encord.com/active/docs). In particular we recommend checking out: - [Getting Started](https://docs.encord.com/active/docs/getting-started) - [Imports](https://docs.encord.com/active/docs/import/) - [Workflows][encord-active-docs-workflow] - [User Guides](https://docs.encord.com/active/docs/category/user-guide) - [CLI Documentation](https://docs.encord.com/active/docs/cli) ## ⬇️  Download a sandbox dataset Another way to start quickly is by downloading an existing dataset from the 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 visualize ``` The app should then open in the browser. If not, navigate to [`localhost:8501`](http://localhost:8501). Our [docs][encord-active-docs] contains more information about what you can see in the page. ## <img width="24" height="24" src="https://raw.githubusercontent.com/encord-team/encord-active/main/docs/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 visualize the project run: ```shell cd /path/to/project encord-active visualize ``` 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 annotaions encord-active import project --coco -i ./images -a ./annotations.json # import COCO model predictions encord-active import predictions --coco results.json ``` ### Import from 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/active/docs/workflows/understand-data-distribution) - [Data Outlier detection](https://docs.encord.com/active/docs/workflows/identify-outliers-edge-cases) - [Label Outlier detection](https://docs.encord.com/active/docs/workflows/identify-outliers-edge-cases#label-outliers) - [Object Detection/segmentation Model Decomposition](https://docs.encord.com/active/docs/workflows/evaluate-detection-model) - [Classification Model Decomposition](https://docs.encord.com/active/docs/workflows/evaluate-classification-model) - [Similarity Search](https://docs.encord.com/active/docs/workflows/image-similarity) - [Data Tagging](https://docs.encord.com/active/docs/user-guide/tags) - [Visualize TP/FP/FN](https://docs.encord.com/active/docs/workflows/evaluate-detection-model#exploring-the-individual-samples) - [COCO Exports](https://docs.encord.com/active/docs/user-guide/filter_export#export-to-coco-file) - And much more! Visit our [documentation][encord-active-docs] to learn more. ### Supported data: | Data | | Labels | | Project sizes | | | ------ | --- | --------------- | --- | ------------- | ------------- | | `jpg` | ✅ | Bounding Boxes | ✅ | Images | 50.000 | | `png` | ✅ | Polygons | ✅ | Videos | 50.000 frames | | `tiff` | ✅ | Segmentation | ✅ | | | | `mp4` | ✅ | Classifications | ✅ | | | | | | Polylines | 🟡 | | | ## 🧑🏽‍💻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 the **[Slack channel](https://encordactive.slack.com)**! ## 👪 Community and support Join our channel on [Slack][join-slack] 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" /> </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-image]: https://colab.research.google.com/assets/colab-badge.svg [colab-notebook]: https://colab.research.google.com/drive/11iZE1CCFIGlkWdTmhf5XACDojtGeIRGS?usp=sharing [contribute-image]: https://img.shields.io/badge/PRs-welcome-blue.svg [contribute-url]: https://docs.encord.com/active/docs/contributing [docs-image]: https://img.shields.io/badge/docs-online-blue [downloads-badge]: https://static.pepy.tech/badge/encord-active [encord-active-docs-init]: https://docs.encord.com/active/docs/import/quick-import-data [encord-active-docs-workflow]: https://docs.encord.com/active/docs/category/workflows [encord-active-docs-write-metric]: https://docs.encord.com/active/docs/metrics/write-your-own [encord-active-docs]: https://docs.encord.com/active/docs [encord-active-landing]: https://encord.com/encord-active/ [encord-docs-ssh]: https://docs.encord.com/admins/settings/public-keys/#set-up-public-key-authentication [homepage-visual]: ./homepage_visual.png [join-slack]: https://join.slack.com/t/encordactive/shared_invite/zt-1hc2vqur9-Fzj1EEAHoqu91sZ0CX0A7Q [license-image]: https://img.shields.io/github/license/encord-team/encord-active [new-issue]: https://github.com/encord-team/encord-active/issues/new [pypi-package-image]: https://img.shields.io/pypi/v/encord-active [pypi-package]: https://www.piwheels.org/project/encord-active/ [pypi-version-image]: https://img.shields.io/pypi/pyversions/encord-active [python-39]: https://www.python.org/downloads/release/python-3915/ [report-issue]: https://github.com/encord-team/data-quality-pocs/issues/new [slack-community]: https://encord-active.slack.com [slack-image]: https://img.shields.io/badge/Slack-4A154B?logo=slack&logoColor=white [twitter-image]: https://img.shields.io/twitter/follow/encord_team?label=%40encord_team&style=social [twitter-url]: https://twitter.com/encord_team


نیازمندی

مقدار نام
>=0.1.67,<0.2.0 encord
>=1.23.5,<1.24.0 numpy
==4.5.5.64 opencv-python
>=1.19.0,<2.0.0 streamlit
>=8.1.0,<9.0.0 natsort
>=1.4.3,<2.0.0 pandas
>=1.7.0,<2.0.0 shapely
>=2.1.9,<3.0.0 watchdog
>=1.12.1,<2.0.0 torch
>=0.13.1,<0.14.0 torchvision
>=1.7.2,<2.0.0 faiss-cpu
>=3.5.3,<4.0.0 matplotlib
>=1.0.1,<2.0.0 scikit-learn
==1.8.1 scipy
>=9.2.0,<10.0.0 av
>=2022.2.1,<2023.0.0 pytz
>=2022.2.1,<2023.0.0 types-pytz
>=5.10.0,<6.0.0 plotly
>=2.0.1,<3.0.0 termcolor
>=0.6.0,<0.7.0 loguru
>=0.21.0,<0.22.0 python-dotenv
>=0.1.1,<0.2.0 streamlit-nested-layout
>=0.6.1,<0.7.0 typer
>=12.6.0,<13.0.0 rich
>=6.0,<7.0 PyYAML
>=0.10.2,<0.11.0 toml
>=1.10.2,<2.0.0 pydantic
>=2.0.6,<3.0.0) pycocotools
>=5.9.4,<6.0.0 psutil
>=0.13.4,<0.14.0 pandera
>=3.5.2,<4.0.0) jupyterlab
>=8.0.4,<9.0.0) ipywidgets
>=0.3.4,<0.4.0 inquirerpy
>=0.13.5,<0.14.0 statsmodels
>=0.5.3,<0.6.0 umap-learn
>=0.0.6,<0.0.7 streamlit-plotly-events
>=0.0.12,<0.0.13 encord-active-components
>=0.39.1,<0.40.0 llvmlite
>=3.1.31,<4.0.0 gitpython
>=0.8.2,<0.9.0 prisma
>=0.95.0,<0.96.0 fastapi
>=0.21.1,<0.22.0 uvicorn[standard]
>=18.4.0a4,<19.0.0 nodejs-bin


زبان مورد نیاز

مقدار نام
>=3.9, !=2.7.*, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, !=3.6.*, !=3.7.*, !=3.8.*, !=3.11.* Python


نحوه نصب


نصب پکیج whl encord-active-0.1.9:

    pip install encord-active-0.1.9.whl


نصب پکیج tar.gz encord-active-0.1.9:

    pip install encord-active-0.1.9.tar.gz