https://github.com/talfig/sign-language-recognition-v1
Sign language recognition system using CNN architecture, accurately translating images into defined sign language.
https://github.com/talfig/sign-language-recognition-v1
computer-vision resnet-18 sign-language-recognition
Last synced: about 1 year ago
JSON representation
Sign language recognition system using CNN architecture, accurately translating images into defined sign language.
- Host: GitHub
- URL: https://github.com/talfig/sign-language-recognition-v1
- Owner: talfig
- License: agpl-3.0
- Created: 2024-06-28T23:06:58.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-05T15:11:47.000Z (over 1 year ago)
- Last Synced: 2025-04-04T13:11:50.449Z (over 1 year ago)
- Topics: computer-vision, resnet-18, sign-language-recognition
- Language: Python
- Homepage:
- Size: 8.59 MB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sign-Language-Recognition-V1
Sign language recognition system using CNN architecture, accurately translating images into defined sign language.
**Note:** There is a new version of this project for a sign language recognition system using CNN architecture and MediaPipe, accurately translating video inputs and live camera feeds into defined sign language with OpenCV. You can find more details at [Sign-Language-Recognition](https://github.com/talfig/Sign-Language-Recognition).