Skip to content

Commit e2416a0

Browse files
committed
fix the bage styling
1 parent 9a1afed commit e2416a0

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

README.md

+18-2
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,32 @@
33
](https://annotate-docs.dwaste.live/)
44
<h2 align="center">Annotate Lab</h2>
55
<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>.
77
</p>
88

99

1010
<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>
1217
<a href="https://github.com/sumn2u/annotate-lab/network">
1318
<img src="https://img.shields.io/github/forks/sumn2u/annotate-lab" alt="GitHub forks"></a>
1419
<a href="https://github.com/sumn2u/annotate-lab/stargazers">
1520
<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+
1632

1733
</p>
1834

0 commit comments

Comments
 (0)