Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- name: Git Commit
working-directory: "${{ env.DOCS_REPO_PATH }}"
run: |
git add 'docs/source/tutorials' || true
git add 'docs/source/guide/ml_tutorials' || true
git add 'docs/source/guide/ml_tutorials.html' || true
git status -s
git commit -m '${{ env.COMMIT_MESSAGE }}' -m 'Workflow run: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}' || true
Expand Down
2 changes: 1 addition & 1 deletion label_studio_ml/examples/bert_classifier/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ categories:
- Text Classification
- BERT
- Hugging Face
image: "/tutorials/bert.png"
image: "/guide/ml_tutorials/bert.png"
---
-->

Expand Down
2 changes: 1 addition & 1 deletion label_studio_ml/examples/easyocr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ categories:
- Computer Vision
- Optical Character Recognition
- EasyOCR
image: "/tutorials/easyocr.png"
image: "/guide/ml_tutorials/easyocr.png"
---
-->

Expand Down
2 changes: 1 addition & 1 deletion label_studio_ml/examples/flair/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ categories:
- Natural Language Processing
- Named Entity Recognition
- Flair
image: "/tutorials/flair.png"
image: "/guide/ml_tutorials/flair.png"
---
-->

Expand Down
2 changes: 1 addition & 1 deletion label_studio_ml/examples/gliner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ categories:
- GLiNER
- BERT
- Hugging Face
image: "/tutorials/gliner.png"
image: "/guide/ml_tutorials/gliner.png"
---
-->

Expand Down
2 changes: 1 addition & 1 deletion label_studio_ml/examples/grounding_dino/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ categories:
- Image Annotation
- Object Detection
- Grounding DINO
image: "/tutorials/grounding-dino.png"
image: "/guide/ml_tutorials/grounding-dino.png"
---
-->

Expand Down
2 changes: 1 addition & 1 deletion label_studio_ml/examples/grounding_sam/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ categories:
- Zero-shot Image Segmentation
- Grounding DINO
- Segment Anything Model
image: "/tutorials/grounding-sam.png"
image: "/guide/ml_tutorials/grounding-sam.png"
---
-->

Expand Down
2 changes: 1 addition & 1 deletion label_studio_ml/examples/huggingface_llm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ categories:
- Large Language Model
- Text Generation
- Hugging Face
image: "/tutorials/hf-llm.png"
image: "/guide/ml_tutorials/hf-llm.png"
---
-->

Expand Down
2 changes: 1 addition & 1 deletion label_studio_ml/examples/huggingface_ner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ categories:
- Natural Language Processing
- Named Entity Recognition
- Hugging Face
image: "/tutorials/hf-ner.png"
image: "/guide/ml_tutorials/hf-ner.png"
---
-->

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ categories:
- Natural Language Processing
- Named Entity Recognition
- Interactive matching
image: "/tutorials/interactive-substring-matching.png"
image: "/guide/ml_tutorials/interactive-substring-matching.png"
---
-->

Expand Down
2 changes: 1 addition & 1 deletion label_studio_ml/examples/langchain_search_agent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ categories:
- Google
- OpenAI
- Langchain
image: "/tutorials/langchain.png"
image: "/guide/ml_tutorials/langchain.png"
---
-->

Expand Down
2 changes: 1 addition & 1 deletion label_studio_ml/examples/llm_interactive/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ categories:
- Azure
- Ollama
- ChatGPT
image: "/tutorials/llm-interactive.png"
image: "/guide/ml_tutorials/llm-interactive.png"
---
-->

Expand Down
4 changes: 2 additions & 2 deletions label_studio_ml/examples/mmdetection-3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ categories:
- Image Annotation
- OpenMMLab
- MMDetection
image: "/tutorials/openmmlab.png"
image: "/guide/ml_tutorials/openmmlab.png"
---
-->

Expand Down Expand Up @@ -45,7 +45,7 @@ docker-compose up -d

See the tutorial in the documentation for building your own image and advanced usage:

https://github.com/HumanSignal/label-studio/blob/master/docs/source/tutorials/object-detector.md
https://github.com/HumanSignal/label-studio/blob/master/docs/source/guide/ml_tutorials/object-detector.md


## Labeling config
Expand Down
2 changes: 1 addition & 1 deletion label_studio_ml/examples/nemo_asr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ categories:
- Automatic Speech Recognition
- NeMo
- NVidia
image: "/tutorials/nvidia.png"
image: "/guide/ml_tutorials/nvidia.png"
---
-->

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ categories:
- Image Annotation
- Object Detection
- Segment Anything Model
image: "/tutorials/sam2-images.png"
image: "/guide/ml_tutorials/sam2-images.png"
---
-->

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ categories:
- Video Annotation
- Object Detection
- Segment Anything Model
image: "/tutorials/sam2-video.png"
image: "/guide/ml_tutorials/sam2-video.png"
---
-->

Expand Down
2 changes: 1 addition & 1 deletion label_studio_ml/examples/segment_anything_model/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ categories:
- Segment Anything Model
- Facebook
- ONNX
image: "/tutorials/segment-anything.png"
image: "/guide/ml_tutorials/segment-anything.png"
---
-->

Expand Down
2 changes: 1 addition & 1 deletion label_studio_ml/examples/sklearn_text_classifier/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ categories:
- Natural Language Processing
- Text Classification
- Scikit-learn
image: "/tutorials/scikit-learn.png"
image: "/guide/ml_tutorials/scikit-learn.png"
---
-->

Expand Down
2 changes: 1 addition & 1 deletion label_studio_ml/examples/spacy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ categories:
- Natural Language Processing
- Named Entity Recognition
- SpaCy
image: "/tutorials/spacy.png"
image: "/guide/ml_tutorials/spacy.png"
---
-->

Expand Down
2 changes: 1 addition & 1 deletion label_studio_ml/examples/tesseract/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ categories:
- Computer Vision
- Optical Character Recognition
- Tesseract
image: "/tutorials/tesseract.png"
image: "/guide/ml_tutorials/tesseract.png"
---
-->

Expand Down
2 changes: 1 addition & 1 deletion label_studio_ml/examples/watsonx_llm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ categories:
- Generative AI
- Large Language Model
- WatsonX
image: "/tutorials/watsonx.png"
image: "/guide/ml_tutorials/watsonx.png"
---
-->

Expand Down
2 changes: 1 addition & 1 deletion label_studio_ml/examples/yolo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ categories:
- Object Detection
- Image Segmentation
- YOLO
image: "/tutorials/yolo.png"
image: "/guide/ml_tutorials/yolo.png"
---
-->

Expand Down
2 changes: 1 addition & 1 deletion label_studio_ml/examples/yolo/README_TIMELINE_LABELS.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ categories:
- Video Classification
- Temporal Labeling
- LSTM
image: "/tutorials/yolo-video-classification.png"
image: "/guide/ml_tutorials/yolo-video-classification.png"
---
-->

Expand Down
2 changes: 1 addition & 1 deletion label_studio_ml/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ def get_all_classes_inherited_LabelStudioMLBase(script_file):
except ModuleNotFoundError as e:
print(Fore.RED + 'Can\'t import module "' + module_name + f'", reason: {e}.\n'
'If you are looking for examples, you can find a dummy model.py here:\n' +
Fore.LIGHTYELLOW_EX + 'https://labelstud.io/tutorials/dummy_model.html')
Fore.LIGHTYELLOW_EX + 'https://labelstud.io/guide/ml_tutorials/dummy_model.html')
module = None
exit(-1)

Expand Down
Loading