Languages, Equipments, Environment
SignSense is a sign language detection system aimed at bridging communication gaps for the hearing impaired.
Sign Language is a vital means of communication for millions of individuals worldwide, particularly those who are deaf or hard of hearing. This software, aptly named SignSense, leverages Computer Vision and Machine Learning techniques to Detect and Translate Sign Language Gestures into Text in real time.
The project development has been divided into two parts, Model Development & Front-End Integration.
This stage involves creation of the Machine Learning Model, and exporting it inorder use in integration.This stage involves creation of the Integrated ML Model with Front End using Flask Framework.
-
Simply Download
-
Open PowerShell in your downloaded directory and run the following command.
pip download -r requirements.txt
-
Once the Process is Complete, run the following Commands.
cd Deploy
python app.py
Click on the link, and the browser window would pop up.
To create your own model follow the following steps.
-
cd Model
-
python collect_imgs.py
Enter the No. of letters you want to train and the number of images you want to collect for each letter. To start capturing press G.
-
python create_dataset.py
-
python train_classifier.py
-
python test_classifier.py
Then copy the model.p into the Models directory of Deployment Folder and Simply follow the Implementation.
Any Suggestion, Contribution and Forking is Highly Appreciated!!