|
5 | 5 | Structure: |
6 | 6 |
|
7 | 7 | 1. basics |
8 | | - * [Fundamentals](basics/basics.ipynb) |
| 8 | + * [Fundamentals](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/examples/examples/basics/basics.ipynb) |
9 | 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) |
| 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) |
15 | 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) |
| 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/abel_export/video.ipynb) |
19 | 19 | 3. model_assisted_labeling |
20 | | - * [MAL introduction](model_assisted_labeling/mal_introduction.ipynb) |
21 | | - * [Image mal example](model_assisted_labeling/image_mal.ipynb) |
22 | | - * [Named entity recognition mal example](model_assisted_labeling/ner_mal.ipynb) |
23 | | - * [Debugging mal](model_assisted_labeling/debugging_mal.ipynb) |
24 | | - * [MAL with subclasses](model_assisted_labeling/mal_with_subclasses.ipynb) |
| 20 | + * [MAL introduction](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/examples/examples/model_assisted_labeling/mal_introduction.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/tree/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) |
25 | 25 | 4. project_configuration |
26 | | - * [Project setup](project_configuration/project_setup.ipynb) |
27 | | - * [Queue management](project_configuration/queue_management.ipynb) |
28 | | - * [Webhooks](project_configuration/webhooks.ipynb) |
| 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) |
0 commit comments