-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* some fixes on ml * modify dockerfile * adding Procfile * Fix heroku deployment * fixes * fix docker compose * change default port/host * rollback readme * add web page classification example * add bin bash to fix gcloud deploy * add cite * remove task button * disable serving local files by default * add prediction score sampling * some docs refinements * fix anaconda compat & add docs * fixed conll export * audio overlay fix * fix ui task deletion * update js/css scripts * small readme fixes * rc0 * update conda installation readme * change setup Co-authored-by: nik <[email protected]>
- Loading branch information
Showing
32 changed files
with
346 additions
and
125 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
{ | ||
"name": "Label Studio", | ||
"description": "Multi-type data labeling, annotation and exploration tool", | ||
"keywords": ["data annotation", "data labeling"], | ||
"website": "https://labelstud.io", | ||
"repository": "https://github.com/heartexlabs/label-studio", | ||
"logo": "https://labelstud.io/images/opossum/heartex_icon_opossum_green.svg" | ||
"logo": "https://labelstud.io/images/opossum/heartex_icon_opossum_green.svg", | ||
"stack": "container" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
build: | ||
docker: | ||
web: Dockerfile | ||
|
||
run: | ||
web: "/app/scripts/run-demo.sh image_bbox" | ||
web: ./tools/run.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<!-- {"title": "Web page classification", "category": "html", "complexity": "basic", "order": "!"} --> | ||
<View> | ||
<Choices name="toxicity" toName="web_page" choice="multiple" showInline="true"> | ||
<Choice value="Toxic" background="red"/> | ||
<Choice value="Severe Toxic" background="brown"/> | ||
<Choice value="Obsene" background="green"/> | ||
<Choice value="Threat" background="blue"/> | ||
<Choice value="Insult" background="orange"/> | ||
<Choice value="Identity Hate" background="grey"/> | ||
</Choices> | ||
|
||
<View style="border: 1px solid #CCC; | ||
border-radius: 10px; | ||
padding: 5px"> | ||
<HyperText name="web_page" value="$text"/> | ||
</View> | ||
</View> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.