|
1 | 1 | ## Labelbox SDK Examples |
2 | 2 |
|
3 | 3 | * Learn how to use the SDK by following along |
| 4 | +* Run in google colab, view the notebooks on github, or clone the repo and run locally |
4 | 5 |
|
5 | 6 | Structure: |
6 | 7 |
|
7 | 8 | 1. basics |
8 | | - * [Fundamentals](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/examples/examples/basics/basics.ipynb) |
| 9 | + * Fundamentals [[Colab](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/examples/examples/basics/basics.ipynb)][[Github](basics/basics.ipynb)] |
9 | 10 | * CRUD |
10 | | - * [Data rows](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/examples/examples/basics/data_rows.ipynb) |
11 | | - * [Datasets](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/examples/examples/basics/datasets.ipynb) |
12 | | - * [Labels](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/examples/examples/basics/labels.ipynb) |
13 | | - * [Ontologies](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/examples/examples/basics/ontologies.ipynb) |
14 | | - * [Projects](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/examples/examples/basics/projects.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)] |
15 | 16 | 2. label_export |
16 | | - * [Image annotation export](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/examples/examples/label_export/images.ipynb) |
17 | | - * [Text annotation export](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/examples/examples/label_export/text.ipynb) |
18 | | - * [Video annotation export](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/examples/examples/label_export/video.ipynb) |
| 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)] |
19 | 20 | 3. model_assisted_labeling |
20 | | - * [MAL basics](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/examples/examples/model_assisted_labeling/mal_basics.ipynb) |
21 | | - * [Image mal example](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/examples/examples/model_assisted_labeling/image_mal.ipynb) |
22 | | - * [Named entity recognition mal example](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/examples/examples/model_assisted_labeling/ner_mal.ipynb) |
23 | | - * [Debugging mal](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/examples/examples/model_assisted_labeling/debugging_mal.ipynb) |
24 | | - * [MAL with subclasses](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/examples/examples/model_assisted_labeling/mal_with_subclasses.ipynb) |
| 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)] |
25 | 26 | 4. project_configuration |
26 | | - * [Project setup](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/examples/examples/project_configuration/project_setup.ipynb) |
27 | | - * [Queue management](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/examples/examples/project_configuration/queue_management.ipynb) |
28 | | - * [Webhooks](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/examples/examples/project_configuration/webhooks.ipynb) |
| 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