Skip to content

Commit

Permalink
Label studio updated instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexejPenner committed Jul 1, 2024
1 parent 5dfff45 commit e78ae4d
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions end-to-end-computer-vision/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,15 @@ Learn how to set up a Vertex step operator stack component within zenml
## Label Studio

1) [Start Label Studio locally](https://labelstud.io/guide/start)
```commandline
label-studio start
For label studio we recommend using docker/docker-compose to deploy a local instance
```bash
zenml integration install label_studio

git clone https://github.com/HumanSignal/label-studio.git
cd label-studio
docker-compose up -d # starts label studio at http://localhost:8080
```
2) [Follow these ZenML instructions to set up Label Studio as a stack component](https://docs.zenml.io/stack-components/annotators/label-studio)
2) [Follow these ZenML instructions to set up Label Studio as a stack component](https://docs.zenml.io/stack-components/annotators/label-studio#how-to-deploy-it)
3) Create a project within Label Studio and name it `ship_detection_gcp`
![img.png](_assets/project_creation_label_studio.png)
4) Configure your project to use `Object Detection with Bounding Boxes` as Labeling Setup
Expand Down

0 comments on commit e78ae4d

Please sign in to comment.