From 8309f0564d1a13abf13e01f0801003c1d6e5eaae Mon Sep 17 00:00:00 2001
From: Stavros <piperakis@protonmaiil.com>
Date: Sun, 2 Jul 2023 19:53:28 +0300
Subject: [PATCH] Minor changes on readme

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index bc49655..1c0af85 100644
--- a/README.md
+++ b/README.md
@@ -24,7 +24,7 @@ SignTrack is a sign language transcriber that analyzes, processes, and recognize
 
 ## How&nbsp;it&nbsp;works
 
-SignTrack harnesses the power of a state-of-the-art LSTM (Long Short-Term Memory) model, which leverages sequence-based data for predictions. This allows SignTrack to detect entire phrases and capture dynamic movements within sign language gestures. To enhance precision and efficiency, SignTrack focuses its training on key hand and pose landmarks. These essential landmarks are extracted using MediaPipe, a robust framework for pose estimation. By concentrating on these key landmarks, SignTrack ensures accurate recognition across various skin shades, promoting inclusivity and accessibility.
+SignTrack harnesses the power of a state-of-the-art LSTM (Long Short-Term Memory) model, which leverages sequence-based data for predictions. This allows SignTrack to detect entire phrases and capture dynamic movements within sign language gestures. To enhance precision and efficiency, SignTrack focuses its training on key hand and pose landmarks. These essential landmarks are extracted using MediaPipe, a robust framework for pose estimation. By concentrating on these key landmarks using MediaPipe, SignTrack ensures accurate recognition across various skin shades.
 
 <br />
 
-- 
GitLab