From 769d4a875ab3db2037d5ad7392a2297cb9ac27ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=B6ger?= Date: Thu, 4 Apr 2024 11:33:08 +0200 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 640d23f..014314a 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,13 @@ -# πŸ§ΌπŸ”Ž SelfClean +# πŸ§ΌπŸ”Ž SelfClean -[**SelfClean Paper**](https://arxiv.org/abs/2305.17048) | [**Data Cleaning Protocol Paper**](https://arxiv.org/abs/2309.06961) +[![Test and Coverage](https://github.com/Digital-Dermatology/SelfClean/actions/workflows/pytest-coverage.yml/badge.svg)](https://github.com/Digital-Dermatology/SelfClean/actions/workflows/pytest-coverage.yml) ![SelfClean Teaser](https://github.com/Digital-Dermatology/SelfClean/raw/main/assets/SelfClean_Teaser.png) A holistic self-supervised data cleaning strategy to detect irrelevant samples, near duplicates, and label errors. +**Publications:** [SelfClean Paper](https://arxiv.org/abs/2305.17048) | [Data Cleaning Protocol Paper (ML4H24@NeurIPS)](https://arxiv.org/abs/2309.06961) + **NOTE:** Make sure to have `git-lfs` installed before pulling the repository to ensure the pre-trained models are pulled correctly ([git-lfs install instructions](https://docs.github.com/en/repositories/working-with-files/managing-large-files/installing-git-large-file-storage)). ## Installation