project: Sign Language Recognition using yolov5

signlanguagerecognition.mp4

Created this project in order to understand the sign language.

This project is made with the help of yolov5.

workflow

Annotation of images are done with an open source tool named 'labelimg'.

I have captured the images on my own. If you want to contribute to the project may be we can collaborate.

How to run?

STEPS:

Clone the repository

https://github.com/aibi10/sign-language-recognition

create environment

conda create -n signlanguage python=3.7 -y

activate environment

source activate signlanguage

writing conda

conda env export > conda.yaml

change current directory yolov5

cd yolov5

install the requirements

pip install -r requirements.txt

run run.py

python run.py
Author: Abhishek Singh
Data Scientist
Email: isingh.abhishek10@gmail.com