From 2eea3f97d9421d685eb87dc13302d0b32275f0f7 Mon Sep 17 00:00:00 2001 From: niklub Date: Wed, 12 Jun 2024 14:13:59 +0100 Subject: [PATCH] Update README.md --- README.md | 22 ++-------------------- 1 file changed, 2 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index 914c0e40..527d3f38 100644 --- a/README.md +++ b/README.md @@ -29,26 +29,6 @@ The Label Studio Python Library provides convenient access to the Label Studio A -- [Installation](#installation) -- [Usage](#usage) -- [Examples](#examples) - - [Get all projects](#get-all-projects) - - [Create a new project](#create-a-new-project) - - [Get project by ID](#get-project-by-id) - - [Update project](#update-project) - - [Delete project](#delete-project) - - [Get tasks with annotations and predictions](#get-tasks-with-annotations-and-predictions) - - [Get task by ID](#get-task-by-id) - - [Get all annotations for a task](#get-all-annotations-for-a-task) - - [Create a new task](#create-a-new-task) - - [Import batch tasks](#import-batch-tasks) - - [Update task](#update-task) - - [Delete task](#delete-task) - - [Create prediction](#create-prediction) - - [Update prediction](#update-prediction) - - [Delete prediction](#delete-prediction) - - [Async client](#async-client) - # Documentation Explore the Label Studio API documentation [here](https://api.labelstud.io/). @@ -73,6 +53,8 @@ ls = LabelStudio( # Examples +Check more examples [here](https://api.labelstud.io/). + ## Create a new project ```python