Skip to content

Commit

Permalink
move the dot inside anchor tab
Browse files Browse the repository at this point in the history
  • Loading branch information
sumn2u committed Jul 15, 2024
1 parent 10acc1c commit 1814f70
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,19 @@
](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://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/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://github.com/sumn2u/annotate-lab/issues">
<img src="https://img.shields.io/github/issues/sumn2u/annotate-lab" alt="GitHub issues">
<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">
Expand All @@ -34,6 +31,9 @@ Annotate Lab is an open-source application designed for image annotation, compri
</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">
Expand Down

0 comments on commit 1814f70

Please sign in to comment.