Skip to content

Commit 0772640

Browse files
committed
migrated docs to a hosted url
1 parent c28a14f commit 0772640

12 files changed

+5
-332
lines changed

β€ŽREADME.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Annotate-Lab
22

3-
Annotate-Lab is an open-source application designed for image annotation, comprising two main components: the client and the server. The client, a React application, is responsible for the user interface where users perform annotations. On the other hand, the server, a Flask application, manages persisting the annotated changes and generating masked and annotated images, along with configuration settings. More information can be found in our [documentation](./docs/annotate-lab.md).
3+
Annotate-Lab is an open-source application designed for image annotation, comprising two main components: the client and the server. The client, a React application, is responsible for the user interface where users perform annotations. On the other hand, the server, a Flask application, manages persisting the annotated changes and generating masked and annotated images, along with configuration settings. More information can be found in our [documentation](https://annotate-docs.dwaste.live/).
44

5-
![example](./example.png)
5+
![example](./sample_images/example.png)
66

77
# Demo
88
[![Annotate Lab](https://img.youtube.com/vi/b78BJhbasVw/0.jpg)](https://www.youtube.com/watch?v=b78BJhbasVw)
@@ -58,7 +58,7 @@ annotation-lab/
5858
## Settings
5959
One can configure the tools, tags, upload images and do many more from the settings.
6060

61-
![configuration](./configuration.png)
61+
![configuration](./sample_images/configuration.png)
6262
## Dependencies
6363

6464
### Client
@@ -146,8 +146,8 @@ docker-compose up -d #running in detached mode
146146
## Outputs
147147
Sample of annotated image along with its mask and settings is show below.
148148

149-
![orange_annotation](./docs/orange_annotated-image.png)
150-
![orange_annotation_mask](./docs/orange_masked-image.png)
149+
![orange_annotation](./sample_images/orange_annotated-image.png)
150+
![orange_annotation_mask](./sample_images/orange_masked-image.png)
151151

152152
```json
153153
{

β€Ždocs/annotate-lab.md

Lines changed: 0 additions & 326 deletions
This file was deleted.

β€Ždocs/blueprint.png

-116 KB
Binary file not shown.

β€Ždocs/config_orange.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

β€Ždocs/configure.png

-81.6 KB
Binary file not shown.

β€Ždocs/image_upload.png

-87.8 KB
Binary file not shown.

β€Ždocs/task_info.png

-29.4 KB
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
Β (0)