From 9891c1a69469e935f19488850e620064258c230f Mon Sep 17 00:00:00 2001 From: SAKSHI SANTOSH BIRANJE <161456501+SakshiBiranje@users.noreply.github.com> Date: Fri, 18 Oct 2024 18:49:16 +0530 Subject: [PATCH 1/3] Update --- collect_imgs.py | 1 - 1 file changed, 1 deletion(-) diff --git a/collect_imgs.py b/collect_imgs.py index bb987be93..fd088a03a 100644 --- a/collect_imgs.py +++ b/collect_imgs.py @@ -2,7 +2,6 @@ import cv2 - DATA_DIR = './data' if not os.path.exists(DATA_DIR): os.makedirs(DATA_DIR) From d2772501c20d1ec66f78b5bd0a1c87f0f3c313bd Mon Sep 17 00:00:00 2001 From: SAKSHI SANTOSH BIRANJE <161456501+SakshiBiranje@users.noreply.github.com> Date: Fri, 18 Oct 2024 18:49:32 +0530 Subject: [PATCH 2/3] Update --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5a4309b1a..e017752d3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # sign-language-detector-python - +# Mini-Project : Sign LAnguage detection Sign language detector with Python, OpenCV and Mediapipe ! -[![Watch the video](https://img.youtube.com/vi/MJCSjXepaAM/0.jpg)](https://www.youtube.com/watch?v=MJCSjXepaAM) + From 1a290a4070c6e83440890e09e80305cc6da69c9f Mon Sep 17 00:00:00 2001 From: SAKSHI SANTOSH BIRANJE <161456501+SakshiBiranje@users.noreply.github.com> Date: Fri, 18 Oct 2024 18:49:42 +0530 Subject: [PATCH 3/3] Update --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 254977d2f..b62aff042 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ opencv-python==4.7.0.68 mediapipe==0.9.0.1 scikit-learn==1.2.0 +