Skip to content

AshishRamesh/Sign_Language_Detector_using_custom_ML

Repository files navigation

Sign Language Detector using Custom ML Model

This project is capable of reading 31 different signs, including 26 alphabets and 5 words.

Reference Images Reference Image 2

The following words can be recognized: Yes, No , Please, Thank You, Hello

Required Libraries

To install all the required libraries, run the following command in your terminal:

pip install -r requirements.txt

Getting Started

Follow these steps to get the program up and running:

->Run collect_data.py to collect images.

->Run create_dataset.py to generate the data.pickle file.

->Run train_model.py to generate the ML model.

->Finally, run main.py to run the application!

Note: The repository already contains the model and data files. You only need to install the required libraries and run main.py. The above steps are required only if you want to create your own dataset/ML model.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages