Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
SohamPrajapati committed Nov 23, 2023
2 parents c3cf3ba + eaf9425 commit 674ad4b
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,44 @@
# sign-language-detector-flask-python
This project aims to create a sign language translator using machine learning techniques and Python programming. The application utilizes various modules, primarily Mediapipe, Landmark, and Random Forest algorithms to interpret and translate sign language gestures into text or spoken language.

## Project Overview
Sign language is a crucial form of communication for individuals with hearing impairments. This project focuses on bridging the communication gap by creating a tool that can interpret sign language gestures in real-time and convert them into understandable text or speech.

## Features
- Real-time sign language recognition: Captures hand gestures using the Mediapipe library to track landmarks and movements.
- Landmark analysis: Utilizes Landmark module to extract key points and gestures from hand movements.
- Machine learning translation: Employs Random Forest algorithm to classify and interpret gestures into corresponding text or spoken language.

## Requirements
- Python 3.x
- Mediapipe library
- Landmark module
- Random Forest implementation

## Usage
1. Installation:
```
#Clone the repository
git clone https://github.com/SohamPrajapati/sign-language-detector-flask-python.git
#Navigate to the project directory
cd sign-language-detector-flask-python
#Install required dependencies
pip install -r requirements.txt
```

2. Run the application:
```
python sign-language-detector-flask-python.py
```

3. Interact with the translator :
- Activate the camera for real-time gesture recognition.
- Perform sign language gestures in front of the camera.

## Project Report
For detailed insights, analysis, and findings, refer to the Project Report provided in the repository.

## Contributing
Contributions are welcome! If you'd like to contribute to this project, feel free to open issues, create pull requests, or reach out to discuss potential improvements.

0 comments on commit 674ad4b

Please sign in to comment.