|
3 | 3 | * Learn how to use the SDK by following along |
4 | 4 | * Run in google colab, view the notebooks on github, or clone the repo and run locally |
5 | 5 |
|
6 | | -Structure: |
| 6 | +Tutorials: |
7 | 7 |
|
8 | | -1. basics |
9 | | - * Fundamentals [[Colab](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/examples/examples/basics/basics.ipynb)][[Github](basics/basics.ipynb)] |
| 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 | 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 |
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 |
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 example [[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 example [[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 |
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)] |
| 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) |
0 commit comments