build an end-to-end custom object detection model that allows you to translate sign language in real time into text.
STEPS
- Collect images for deep learning using your webcam and OpenCV
- Label images for sign language detection using LabelImg
- Setup Tensorflow Object Detection pipeline configuration
- Use transfer learning to train a deep learning model
- Detect sign language in real time using OpenCV