|
5 | 5 |
|
6 | 6 | ### Tutorials: |
7 | 7 |
|
8 | | -1. [Basics](basics) |
9 | | - * Fundamentals - [Colab](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/examples/examples/basics/basics.ipynb) | [Github](basics/basics.ipynb) |
10 | | - * CRUD |
11 | | - * Data Rows - [Colab](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/examples/examples/basics/data_rows.ipynb) | [Github](basics/data_rows.ipynb) |
12 | | - * Datasets - [Colab](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/examples/examples/basics/datasets.ipynb) | [Github](basics/datasets.ipynb) |
13 | | - * Labels - [Colab](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/examples/examples/basics/labels.ipynb) | [Github](basics/labels.ipynb) |
14 | | - * Ontologies - [Colab](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/examples/examples/basics/ontologies.ipynb) | [Github](basics/ontologies.ipynb) |
15 | | - * Projects - [Colab](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/examples/examples/basics/projects.ipynb) | [Github](basics/projects.ipynb) |
16 | | -2. [Label Export](label_export) |
17 | | - * Image Annotation Export - [Colab](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/examples/examples/label_export/images.ipynb) | [Github](label_export/images.ipynb) |
18 | | - * Text Annotation Export - [Colab](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/examples/examples/label_export/text.ipynb) | [Github](label_export/text.ipynb) |
19 | | - * Video Annotation Export - [Colab](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/examples/examples/label_export/video.ipynb) | [Github](label_export/video.ipynb) |
20 | | -3. [Model Assisted Labeling](model_assisted_labeling) |
21 | | - * MAL Basics - [Colab](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/examples/examples/model_assisted_labeling/mal_basics.ipynb) | [Github](model_assisted_labeling/mal_basics.ipynb) |
22 | | - * Image MAL - [Colab](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/examples/examples/model_assisted_labeling/image_mal.ipynb) | [Github](model_assisted_labeling/image_mal.ipynb) |
23 | | - * Named Entity Recognition MAL - [Colab](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/examples/examples/model_assisted_labeling/ner_mal.ipynb) | [Github](model_assisted_labeling/ner_mal.ipynb) |
24 | | - * Debugging MAL - [Colab](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/examples/examples/model_assisted_labeling/debugging_mal.ipynb) | [Github](model_assisted_labeling/debugging_mal.ipynb) |
25 | | - * MAL with Subclasses - [Colab](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/examples/examples/model_assisted_labeling/mal_with_subclasses.ipynb) | [Github](model_assisted_labeling/mal_with_subclasses.ipynb) |
26 | | -4. [Project Configuration](project_configuration) |
27 | | - * Project Setup - [Colab](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/examples/examples/project_configuration/project_setup.ipynb) | [Github](project_configuration/project_setup.ipynb) |
28 | | - * Queue Management - [Colab](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/examples/examples/project_configuration/queue_management.ipynb) | [Github](project_configuration/queue_management.ipynb) |
29 | | - * Webhooks - [Colab](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/examples/examples/project_configuration/webhooks.ipynb) | [Github](project_configuration/webhooks.ipynb) |
| 8 | +------ |
| 9 | + |
| 10 | +## [Basics](basics) |
| 11 | + |
| 12 | +| Notebook | Github | Google Colab | |
| 13 | +| --------------------------- | --------------------------------- | ------------ | |
| 14 | +| Fundamentals | [Github](basics/basics.ipynb) | [](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/examples/examples/basics/basics.ipynb) | |
| 15 | +| Data Rows | [Github](basics/data_rows.ipynb) | [](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/examples/examples/basics/data_rows.ipynb) | |
| 16 | +| Datasets | [Github](basics/datasets.ipynb) | [](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/examples/examples/basics/datasets.ipynb) | |
| 17 | +| Labels | [Github](basics/labels.ipynb) | [](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/examples/examples/basics/labels.ipynb) | |
| 18 | +| Ontologies | [Github](basics/ontologies.ipynb) | [](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/examples/examples/basics/ontologies.ipynb) | |
| 19 | +| Projects | [Github](basics/projects.ipynb) | [](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/examples/examples/basics/projects.ipynb) | |
| 20 | +------ |
| 21 | + |
| 22 | +## [Label Export](label_export) |
| 23 | + |
| 24 | +| Notebook | Github | Google Colab | |
| 25 | +| --------------------------- | --------------------------------- | ------------ | |
| 26 | +| Image Annotation Export | [Github](label_export/images.ipynb) | [](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/examples/examples/label_export/images.ipynb) | |
| 27 | +| Text Annotation Export | [Github](label_export/text.ipynb) | [](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/examples/examples/label_export/text.ipynb) | |
| 28 | +| Video Annotation Export | [Github](label_export/video.ipynb) | [](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/examples/examples/label_export/video.ipynb) | |
| 29 | +------ |
| 30 | + |
| 31 | +## [Model Assisted Labeling](model_assisted_labeling) |
| 32 | + |
| 33 | +| Notebook | Github | Google Colab | |
| 34 | +| --------------------------- | --------------------------------- | ------------ | |
| 35 | +| MAL Basics | [Github](model_assisted_labeling/mal_basics.ipynb) | [](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/examples/examples/model_assisted_labeling/mal_basics.ipynb) | |
| 36 | +| Image MAL | [Github](model_assisted_labeling/image_mal.ipynb) | [](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/examples/examples/model_assisted_labeling/image_mal.ipynb) | |
| 37 | +| Named Entity Recognition MAL | [Github](model_assisted_labeling/ner_mal.ipynb) | [](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/examples/examples/model_assisted_labeling/ner_mal.ipynb) | |
| 38 | +| Debugging MAL | [Github](model_assisted_labeling/debugging_mal.ipynb) | [](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/examples/examples/model_assisted_labeling/debugging_mal.ipynb) | |
| 39 | +| MAL with Subclasses | [Github](model_assisted_labeling/mal_with_subclasses.ipynb) | [](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/examples/examples/model_assisted_labeling/mal_with_subclasses.ipynb) | |
| 40 | +------ |
| 41 | + |
| 42 | +## [Project Configuration](project_configuration) |
| 43 | + |
| 44 | +| Notebook | Github | Google Colab | |
| 45 | +| --------------------------- | --------------------------------- | ------------ | |
| 46 | +| Project Setup | [Github](project_configuration/project_setup.ipynb) | [](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/examples/examples/project_configuration/project_setup.ipynb) | |
| 47 | +| Debugging MAL | [Github](project_configuration/queue_management.ipynb) | [](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/examples/examples/project_configuration/queue_management.ipynb) | |
| 48 | +| MAL with Subclasses | [Github](project_configuration/webhooks.ipynb) | [](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/examples/examples/project_configuration/webhooks.ipynb) | |
0 commit comments