|
3 | 3 | ](https://annotate-docs.dwaste.live/)
|
4 | 4 | <h2 align="center">Annotate Lab</h2>
|
5 | 5 | <p align="center">
|
6 |
| -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 <em> <a href="https://annotate-docs.dwaste.live/">documentation.</a></em> |
| 6 | +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 <em><a href="https://annotate-docs.dwaste.live/">documentation</a></em>. |
7 | 7 | </p>
|
8 | 8 |
|
9 | 9 |
|
10 | 10 | <p align="center">
|
11 |
| - |
| 11 | + <a href="https://github.com/sumn2u/annotate-lab/actions/workflows/python-app.yml"> |
| 12 | + <img src="https://github.com/sumn2u/annotate-lab/actions/workflows/python-app.yml/badge.svg" alt="Test Workflow"></a> |
| 13 | + <a href="https://github.com/sumn2u/annotate-lab/actions/workflows/vite-app.yml"> |
| 14 | + <img src="https://github.com/sumn2u/annotate-lab/actions/workflows/vite-app.yml/badge.svg" alt="Test Workflow"></a> |
| 15 | + <a href="https://www.bestpractices.dev/projects/9112"> |
| 16 | + <img src="https://www.bestpractices.dev/projects/9112/badge" alt="OpenSSF Best Practices"></a> |
12 | 17 | <a href="https://github.com/sumn2u/annotate-lab/network">
|
13 | 18 | <img src="https://img.shields.io/github/forks/sumn2u/annotate-lab" alt="GitHub forks"></a>
|
14 | 19 | <a href="https://github.com/sumn2u/annotate-lab/stargazers">
|
15 | 20 | <img src="https://img.shields.io/github/stars/sumn2u/annotate-lab" alt="GitHub stars"></a>
|
| 21 | + <a href="https://github.com/sumn2u/annotate-lab/blob/master/LICENSE"> |
| 22 | + <img src="https://img.shields.io/github/license/sumn2u/annotate-lab" alt="GitHub license"></a> |
| 23 | + <a href="https://github.com/prettier/prettier"> |
| 24 | + <img src="https://img.shields.io/badge/code_style-prettier-ff69b4.svg" alt="Code style: prettier"></a> |
| 25 | + <a href="https://github.com/psf/black"> |
| 26 | + <img src="https://img.shields.io/badge/code%20style-black-000000.svg" alt="Code style: black"></a> |
| 27 | + <a href="https://github.com/sumn2u/annotate-lab/issues"> |
| 28 | + <img src="https://img.shields.io/github/issues/sumn2u/annotate-lab" alt="GitHub issues"></a> |
| 29 | + <a href="https://www.codetriage.com/sumn2u/annotate-lab"> |
| 30 | + <img src="https://www.codetriage.com/sumn2u/annotate-lab/badges/users.svg" alt="Open Source Helpers"></a> |
| 31 | + |
16 | 32 |
|
17 | 33 | </p>
|
18 | 34 |
|
|
0 commit comments