From c699b5863d02a33da10409b733a43df0746321e2 Mon Sep 17 00:00:00 2001
From: smayer <simon.mayer@onb.ac.at>
Date: Thu, 25 Apr 2024 12:01:54 +0000
Subject: [PATCH] Update readme to exclude artifacts directory

---
 README.md | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/README.md b/README.md
index df43778..ece7abd 100644
--- a/README.md
+++ b/README.md
@@ -93,10 +93,8 @@ with `pip` so that the relative imports work:
 pip install -e .
 ```
 
-The repository is organized in three main directories:
+The repository is organized in two main directories:
 
-- _artifacts_ which contains metrics and other information generated
-  by runs of YOLOv8 or tesseract.
 - _datasets_ which contains all datasets used to train the models or
   for inference. The whole newspaper collection would go in that
   directory.
-- 
GitLab