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
- Host: GitHub
- URL: https://github.com/geektrovert/sinext
- Owner: Geektrovert
- License: apache-2.0
- Created: 2019-11-26T16:23:49.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-26T21:44:31.000Z (over 3 years ago)
- Last Synced: 2025-01-25T05:09:09.696Z (over 1 year ago)
- Topics: computer-vision, opencv, python, python3
- Language: Python
- Homepage:
- Size: 628 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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