Skip to content

Commit

Permalink
Last commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
makseq committed Aug 13, 2020
1 parent 9f83c18 commit 18a2dc7
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 780 deletions.
768 changes: 0 additions & 768 deletions docs/public/search.xml

This file was deleted.

12 changes: 12 additions & 0 deletions docs/source/guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,18 @@ Here are the main concepts behind Label Studio's workflow:
- **Frontend Labeling UI** is accessible from any browser, distributed as precompiled js/css scripts and could be [easily extendable with new labeling tags](frontend.html). You can also [embed Label Studio UI into your applications](frontend.html#Quickstart).


**Relations among tasks, completions and results**

Here you can see relations among labeling objects: tasks, completions, results, etc.

One user provides one completion, it’s atomic, and it consists of the result items. Result items can have relations between themselves with the specified direction of three types: left-right, right-left, or bidirectional. Normalizations are additional information in the custom string format about the current result item.

<br>
<center><img src="/images/labeling-scheme.png" style="max-width: 600px; opacity: 0.6"></center>
<br>
Completions and Predictions are very similar. But predictions must be generated automatically by ML models.


## Quickstart

### Prerequisites
Expand Down
10 changes: 0 additions & 10 deletions docs/source/guide/labeling.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,6 @@ Let's explore the complex example of multi-task labeling which includes text + i

* Labeling interface is highly configurable: you can enable or disable some parts of it (completions panel, predictions panel, results panel, controls, submit & skip buttons).

## Key concepts

Here you can see relations among labeling objects: tasks, completions, results, etc.

One user provides one completion, it’s atomic, and it consists of the result items. Result items can have relations between themselves with the specified direction of three types: left-right, right-left, or bidirectional. Normalizations are additional information in the custom string format about the current result item.

<br>
<center><img src="/images/labeling-scheme.png" style="max-width: 600px; opacity: 0.6"></center>
<br>
Completions and Predictions are very similar. But predictions must be generated automatically by ML models.

## Instructions

Expand Down
2 changes: 1 addition & 1 deletion docs/themes/htx/layout/partials/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@
<p>Load assets from AWS S3 or GCP.
<a href="/blog/release-070-cloud-storage-enablement.html" class="underline">Read more</a> in our blog.</p>
<a href="/blog/release-070-cloud-storage-enablement.html"><img src="/images/release-070/s3-mascot-04.png" style="max-height:280px" /></a>
<div style="font-weight: lighter">Last version is 0.7.4rc2</div>
<div style="font-weight: lighter">Last version is 0.7.4</div>
</div>
</div>
</div>
Expand Down
1 change: 1 addition & 0 deletions docs/themes/htx/source/css/_sidebar.styl
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
align-items: center
justify-content: space-between
h3.root
margin-top: 0;
color: #f58a48;
text-transform: capitalize;
display: inline-block;
Expand Down
2 changes: 1 addition & 1 deletion label_studio/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Package version
__version__ = '0.7.4rc3'
__version__ = '0.7.4'

0 comments on commit 18a2dc7

Please sign in to comment.