https://github.com/flawed-hooman/sign-language-detection
Train a ML model to recognise and translate sign language properly
https://github.com/flawed-hooman/sign-language-detection
jupyter-notebook object-detection python sign-language-recognition-system tensorflow
Last synced: about 2 months ago
JSON representation
Train a ML model to recognise and translate sign language properly
- Host: GitHub
- URL: https://github.com/flawed-hooman/sign-language-detection
- Owner: flawed-hooman
- License: mit
- Created: 2025-03-09T17:58:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-09T18:34:12.000Z (over 1 year ago)
- Last Synced: 2025-03-09T19:20:45.649Z (over 1 year ago)
- Topics: jupyter-notebook, object-detection, python, sign-language-recognition-system, tensorflow
- Language: Jupyter Notebook
- Homepage:
- Size: 41.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sign Language Detection
Estimate hand gesture using Real Time Object Detection Module of Tensorflow.
This repository contains the following contents.
* Sample program for capturing images for training.
* Sample program for training the model and testing it.
* The label map.
* The base model which was trained according to our needs.
* The final model.
# Resources Used
* wget.download('https://tensorflow-object-detection-api-tutorial.readthedocs.io/en/latest/_downloads/da4babe668a8afb093cc7776d7e630f3/generate_tfrecord.py')
* Setup https://tensorflow-object-detection-api-tutorial.readthedocs.io/en/latest/install.html