Skip to content

Commit 5fe2890

Browse files
author
Matt Sokoloff
committed
add colab to readme
1 parent 1a97a11 commit 5fe2890

File tree

1 file changed

+18
-17
lines changed

1 file changed

+18
-17
lines changed

examples/README.md

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,29 @@
11
## Labelbox SDK Examples
22

33
* 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
45

56
Structure:
67

78
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)]
910
* 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)]
1516
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)]
1920
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)]
2526
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

Comments
 (0)