Skip to content

badges in readme are showing underling #156

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Jul 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 19 additions & 27 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,43 +1,35 @@

![example](./sample_images/example.png)

[![example](./sample_images/example.png)
](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 <a href="https://annotate-docs.dwaste.live/">documentation</a>.

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://www.codetriage.com/sumn2u/annotate-lab">
<img src="https://www.codetriage.com/sumn2u/annotate-lab/badges/users.svg" alt="Open Source Helpers">
</a>
<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>
<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://github.com/sumn2u/annotate-lab/issues">
<img src="https://img.shields.io/github/issues/sumn2u/annotate-lab" alt="GitHub issues">
</a>
<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>
<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>
<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>
<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>
<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>
<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
Loading