Skip to content

Commit

Permalink
docs: Fix authenticate link (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
caitlinwheeless authored Oct 11, 2024
1 parent 64b7891 commit 0550736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fern/pages/getting_started.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
You can use the Label Studio Python SDK to make annotating data a more integrated part of your data science and machine learning pipelines. This software development kit (SDK) lets you call the Label Studio API directly from scripts using predefined classes and methods.

With the Label Studio Python SDK, you can perform the following tasks in a Python script:
- [Authenticate to the Label Studio API](#connect-to-the-label-studio-api)
- [Authenticate to the Label Studio API](#authentication)
- [Create a Label Studio project](#create-a-project), including setting up a labeling configuration.
- [Import tasks](#import-tasks).
- [Manage pre-annotated tasks and model predictions](#add-model-predictions).
Expand Down

0 comments on commit 0550736

Please sign in to comment.