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