Skip to content

Commit

Permalink
fix the bage styling
Browse files Browse the repository at this point in the history
  • Loading branch information
sumn2u committed Jul 15, 2024
1 parent 527a9f8 commit 834c21f
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,32 @@
](https://annotate-docs.dwaste.live/)
<h2 align="center">Annotate Lab</h2>
<p align="center">
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>
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>.
</p>


<p align="center">

<a href="https://github.com/sumn2u/annotate-lab/actions/workflows/python-app.yml">
<img src="https://github.com/sumn2u/annotate-lab/actions/workflows/python-app.yml/badge.svg" alt="Test Workflow"></a>
<a href="https://github.com/sumn2u/annotate-lab/actions/workflows/vite-app.yml">
<img src="https://github.com/sumn2u/annotate-lab/actions/workflows/vite-app.yml/badge.svg" alt="Test Workflow"></a>
<a href="https://www.bestpractices.dev/projects/9112">
<img src="https://www.bestpractices.dev/projects/9112/badge" alt="OpenSSF Best Practices"></a>
<a href="https://github.com/sumn2u/annotate-lab/network">
<img src="https://img.shields.io/github/forks/sumn2u/annotate-lab" alt="GitHub forks"></a>
<a href="https://github.com/sumn2u/annotate-lab/stargazers">
<img src="https://img.shields.io/github/stars/sumn2u/annotate-lab" alt="GitHub stars"></a>
<a href="https://github.com/sumn2u/annotate-lab/blob/master/LICENSE">
<img src="https://img.shields.io/github/license/sumn2u/annotate-lab" alt="GitHub license"></a>
<a href="https://github.com/prettier/prettier">
<img src="https://img.shields.io/badge/code_style-prettier-ff69b4.svg" alt="Code style: prettier"></a>
<a href="https://github.com/psf/black">
<img src="https://img.shields.io/badge/code%20style-black-000000.svg" alt="Code style: black"></a>
<a href="https://github.com/sumn2u/annotate-lab/issues">
<img src="https://img.shields.io/github/issues/sumn2u/annotate-lab" alt="GitHub issues"></a>
<a href="https://www.codetriage.com/sumn2u/annotate-lab">
<img src="https://www.codetriage.com/sumn2u/annotate-lab/badges/users.svg" alt="Open Source Helpers"></a>


</p>

Expand Down

0 comments on commit 834c21f

Please sign in to comment.