Aryan-Chharia / Computer-Vision-Projects

Check out my Computer Vision Repository for projects showcasing advanced image processing techniques like object detection, image stitching, and segmentation using Python and OpenCV. Whether you're a researcher, developer, or enthusiast, you'll find comprehensive insights and practical implementations to advance your computer vision skills.
GNU General Public License v3.0
55 stars 102 forks source link

Real-Time Sign Language Recognition #275

Closed shriyadindi closed 1 month ago

shriyadindi commented 1 month ago

Description: This project focuses on building a system that uses computer vision to recognize sign language gestures in real-time, translating them into text or speech. The system will track hand gestures using MediaPipe Hands and leverage temporal relationships between movements with LSTM or 3D CNNs. Tech stack: TensorFlow, Keras, OpenCV, MediaPipe Hands for tracking hand gestures.

github-actions[bot] commented 1 month ago

Thank you for creating this issue! 🎉 We'll look into it as soon as possible. In the meantime, please make sure to provide all the necessary details and context. If you have any questions or additional information, feel free to add them here. Your contributions are highly appreciated! 😊

You can also check our CONTRIBUTING.md for guidelines on contributing to this project.

Aryan-Chharia commented 1 month ago

already in the repo