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

https://github.com/geektrovert/sinext

Sign language to text with OpenCV and MNIST sign-language dataset
https://github.com/geektrovert/sinext

computer-vision opencv python python3

Last synced: about 1 month ago
JSON representation

Sign language to text with OpenCV and MNIST sign-language dataset

Awesome Lists containing this project

README

          

# Sinext

Sign language to text with OpenCV using [MNIST sign-language](https://www.kaggle.com/datamunge/sign-language-mnist) dataset

To **run**, clone the repository locally and run the following commands in the repository:

With **pipenv**:

```bash
pip install pipenv # install pipenv
pipenv install # install dependencies
pipenv shell # activate pipenv as a virtual env
python main.py # start running the code
```

With **anaconda**:

```bash
conda create -y --name py37 python==3.7
conda activate py37 # activate conda as a virtual env
pip install -r requiements.txt # install dependencies
python main.py # start running the code
```

To **quit** the program while running, just press q