Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)

1 change: 0 additions & 1 deletion collect_imgs.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import cv2


DATA_DIR = './data'
if not os.path.exists(DATA_DIR):
os.makedirs(DATA_DIR)
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
opencv-python==4.7.0.68
mediapipe==0.9.0.1
scikit-learn==1.2.0