From 047de13116455788b7b807f4ec0fff8baf194c1e Mon Sep 17 00:00:00 2001 From: pahadiPikachu <109876989+pahadiPikachu@users.noreply.github.com> Date: Mon, 31 Mar 2025 15:40:02 +0530 Subject: [PATCH] Update README.md Added information about newly included repositories. --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 63aa618..0b1ea2a 100644 --- a/README.md +++ b/README.md @@ -13,10 +13,16 @@ The documentation refreshes every Monday at 4 AM and updates the website content ## Repositories -The EKEEL project consists of two repositories: +The EKEEL project is structured into several repositories, each dedicated to a specific functionality: + - [Annotator](https://github.com/ekeel-project/annotator): This repository contains the code for the annotator service. - [Augmentator](https://github.com/ekeel-project/augmentator): This repository contains the code for the augmentator service. +- [Analytics](https://github.com/ekeel-project/analytics): Implements learning analytics to recognize data patterns and model user behavior. +- [Extractor](https://github.com/ekeel-project/extractor): Facilitates the automated extraction of knowledge graphs from educational video lessons. +- [AugmentatorVR](https://github.com/ekeel-project/augmentatorVR): Dedicated to the AugmentatorVR service. + +As the project grows, additional repositories may be added to support new functionalities. ## Documentation