diff --git a/README.md b/README.md index e4a9a5f..ba5d1a8 100644 --- a/README.md +++ b/README.md @@ -1,23 +1,45 @@ -
- -# Annotate-Lab - -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/). - -[![Open Source Helpers](https://www.codetriage.com/sumn2u/annotate-lab/badges/users.svg)](https://www.codetriage.com/sumn2u/annotate-lab) -[![Test Workflow](https://github.com/sumn2u/annotate-lab/actions/workflows/python-app.yml/badge.svg)](https://github.com/sumn2u/annotate-lab/actions) -[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/9112/badge)](https://www.bestpractices.dev/projects/9112) -[![Test Workflow](https://github.com/sumn2u/annotate-lab/actions/workflows/vite-app.yml/badge.svg)](https://github.com/sumn2u/annotate-lab/actions) -[![GitHub issues](https://img.shields.io/github/issues/sumn2u/annotate-lab)](https://github.com/sumn2u/annotate-lab/issues) [![GitHub forks](https://img.shields.io/github/forks/sumn2u/annotate-lab)](https://github.com/sumn2u/annotate-lab/network) -[![GitHub stars](https://img.shields.io/github/stars/sumn2u/annotate-lab)](https://github.com/sumn2u/annotate-lab/stargazers) -[![GitHub license](https://img.shields.io/github/license/sumn2u/annotate-lab)](https://github.com/sumn2u/annotate-lab/blob/master/LICENSE) -[![Code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier) -[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) - -
![example](./sample_images/example.png) +

Annotate Lab

+

+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. + +

+ +

+ + Open Source Helpers + + + Test Workflow + + + OpenSSF Best Practices + + + Test Workflow + + + GitHub issues + + + GitHub forks + + + GitHub stars + + + GitHub license + + + Code style: prettier + + + Code style: black + +

+
@@ -242,13 +264,21 @@ const config = { ``` ## Demo [V2.0](https://github.com/sumn2u/annotate-lab/releases/tag/2.0.0) -[![Annotate Lab](https://img.youtube.com/vi/iUI6MKWqCeg/0.jpg)](https://www.youtube.com/watch?v=iUI6MKWqCeg) +

+ + Annotate Lab + +

## Outputs [[documentation page]](https://annotate-docs.dwaste.live/fundamentals/set-up-and-run/outputs) Sample of annotated image along with its mask and settings is show below. -![orange_annotation](./sample_images/orange_annotated-image.png) -![orange_annotation_mask](./sample_images/orange_masked-image.png) +

+ orange_annotation + orange_annotation_mask +

+ +
```json {