ca80875372d66d35ef7cea229d0550f4877370ac
Simle Image Labeler
For trainig machine learning algorithms.
Setup:
- Copy
example.envas.env - Start the docker instance
- Write a data/config.json:
{ "title": "My Labeler",
"labels": [
{
"type": "checkbox", "name": "my_check", "value": "off"},
{"type": "text", "name": "my_text", "value": "1.0"},
{
"type": "range",
"name": "my_slider",
"value": "75",
"min": "0",
"max": "100",
}
]
}
Description
Languages
Python
55%
HTML
28.9%
CSS
14%
Dockerfile
1.2%
Roff
0.9%