This project focuses on detecting and recognizing American Sign Language (ASL) gestures using machine learning techniques. The goal is to build a robust model that can interpret ASL signs and convert them into text or voice output.
-
Clone the repository:
git clone https://github.com/Prith03reddy/ASL_detetion.git -
Install all required modules :
pip install -r requirements.txt . -
Download the required file from the link below and place it in the root directory of the project:
Download Required File
<li>
Run real-time detection using your camera:<br>
<pre><code>python inference.py</code></pre>
</li>