|
4 | 4 | * Run in google colab, view the notebooks on github, or clone the repo and run locally
|
5 | 5 |
|
6 | 6 |
|
7 |
| ------- |
| 7 | +------ |
8 | 8 |
|
9 | 9 | ## [Basics](basics)
|
10 | 10 |
|
11 | 11 | | Notebook | Github | Google Colab |
|
12 | 12 | | --------------------------- | --------------------------------- | ------------ |
|
13 | 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 |
| -| User Management | [Github](basics/user_management.ipynb) | [](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/develop/examples/basics/user_management.ipynb) | |
20 |
| ------- |
| 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 | +| User Management | [Github](basics/user_management.ipynb) | [](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/develop/examples/basics/user_management.ipynb) | |
| 20 | +------ |
21 | 21 |
|
22 | 22 | ## [Label Export](label_export)
|
23 | 23 |
|
24 | 24 | | Notebook | Github | Google Colab |
|
25 | 25 | | --------------------------- | --------------------------------- | ------------ |
|
26 | 26 | | Image Annotation Export | [Github](label_export/images.ipynb) | [](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/develop/examples/label_export/images.ipynb) |
|
27 |
| -| Text Annotation Export | [Github](label_export/text.ipynb) | [](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/develop/examples/label_export/text.ipynb) | |
28 |
| -| Video Annotation Export | [Github](label_export/video.ipynb) | [](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/develop/examples/label_export/video.ipynb) | |
29 |
| ------- |
| 27 | +| Text Annotation Export | [Github](label_export/text.ipynb) | [](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/develop/examples/label_export/text.ipynb) | |
| 28 | +| Video Annotation Export | [Github](label_export/video.ipynb) | [](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/develop/examples/label_export/video.ipynb) | |
| 29 | +------ |
30 | 30 |
|
31 | 31 | ## [Model Assisted Labeling](model_assisted_labeling)
|
32 | 32 |
|
33 | 33 | | Notebook | Github | Google Colab |
|
34 | 34 | | --------------------------- | --------------------------------- | ------------ |
|
35 | 35 | | 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) |
|
36 |
| -| 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) | |
37 |
| -| 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) | |
38 |
| -| 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) | |
39 |
| -| 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) | |
40 |
| -| Tiled Imagery MAL | [Github](model_assisted_labeling/tiled_imagery_mal.ipynb) | [](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/develop/examples/model_assisted_labeling/tiled_imagery_mal.ipynb) | |
| 36 | +| 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) | |
| 37 | +| 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) | |
| 38 | +| 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) | |
| 39 | +| 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) | |
| 40 | +| Tiled Imagery MAL | [Github](model_assisted_labeling/tiled_imagery_mal.ipynb) | [](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/develop/examples/model_assisted_labeling/tiled_imagery_mal.ipynb) | |
41 | 41 |
|
42 |
| ------- |
| 42 | +------ |
43 | 43 |
|
44 | 44 | ## [Project Configuration](project_configuration)
|
45 | 45 |
|
46 | 46 | | Notebook | Github | Google Colab |
|
47 | 47 | | --------------------------- | --------------------------------- | ------------ |
|
48 |
| -| 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) | |
49 |
| -| Queue Management | [Github](project_configuration/queue_management.ipynb) | [](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/develop/examples/project_configuration/queue_management.ipynb) | |
50 |
| -| Webhooks | [Github](project_configuration/webhooks.ipynb) | [](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/develop/examples/project_configuration/webhooks.ipynb) | |
| 48 | +| 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) | |
| 49 | +| Queue Management | [Github](project_configuration/queue_management.ipynb) | [](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/develop/examples/project_configuration/queue_management.ipynb) | |
| 50 | +| Webhooks | [Github](project_configuration/webhooks.ipynb) | [](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/develop/examples/project_configuration/webhooks.ipynb) | |
| 51 | + |
| 52 | + |
| 53 | +## [Annotation Types](annotation_types) |
| 54 | + |
| 55 | +| Notebook | Github | Google Colab | |
| 56 | +| --------------------------- | --------------------------------- | ------------ | |
| 57 | +| Annotation Type Basics | [Github](annotation_types/basics.ipynb) | [](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/develop/examples/annotation_types/basics.ipynb) | |
| 58 | +| Converters | [Github](annotation_types/converters.ipynb) | [](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/develop/examples/annotation_types/converters.ipynb) | |
| 59 | +| Label Containers | [Github](annotation_types/label_containers.ipynb) | [](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/develop/examples/annotation_types/label_containers.ipynb) | |
| 60 | +| MAL With Annotation Types | [Github](annotation_types/mal_with_annotation_types.ipynb) | [](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/develop/examples/annotation_types/mal_with_annotation_types.ipynb) | |
0 commit comments