Skip to content

Through a flask application the program access the webcam conected to the device being used, takes pictures of the user and predicts which sign language alphabet letter is being displayed. Works waay better on a white background.

Notifications You must be signed in to change notification settings

RitaRez/Sign-Language-Alphabet-Recognizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sign Language Alphabet Recognizer

Through a flask application the program access the webcam conected to the device being used, takes pictures of the user and predicts which sign language alphabet letter is being displayed. Works waay better on a white background.

To run virtual environment:

pip install virtualenv
virtualenv Videorecognition
source Videorecognition/bin/activate

To install project dependencies:

sudo apt install python3-opencv
pip install -r requirements.txt

To run flask app:

cd Videorecognition/src
export FLASK_APP=webstreaming.py
flask run

About

Through a flask application the program access the webcam conected to the device being used, takes pictures of the user and predicts which sign language alphabet letter is being displayed. Works waay better on a white background.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published