An open API service indexing awesome lists of open source software.

https://github.com/ranpy13/sign-language-detection

An AI model that can detect some basic signs in American Standard Sign Language (ASL)
https://github.com/ranpy13/sign-language-detection

Last synced: 10 months ago
JSON representation

An AI model that can detect some basic signs in American Standard Sign Language (ASL)

Awesome Lists containing this project

README

          

# sign-language-detection


> [![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
>         Sign Language Recognition Using OpenCV

## Dependencies:
### Libraries:
1. tensorflow
2. keras
3. openCV


### Dataset:
```https://www.kaggle.com/datamunge/sign-language-mnist``` [↗️](https://www.kaggle.com/datamunge/sign-language-mnist)

### Tools:
* Google Colab
* ***or*** jupyter-notebook with all the libraries setup properly
* install `requirements.txt` using `pip` if required

## How to run
* Run `ROIinOpenCV.py`
* *Pytorch* Implementation is given in `sign_language_pytorch.ipynb`
* Read the entire process at:
> [http://arshad-kazi.com/sign-language-recognition-using-cnn-and-opencv/](http://arshad-kazi.com/sign-language-recognition-using-cnn-and-opencv/)