rinogeek commited on
Commit
ee4fdb7
·
verified ·
1 Parent(s): fbe98b6

Create README.md

Browse files

# 🤟 SignLang-YOLOv8 - Sign Language Recognition

SignLang-YOLOv8 is a **YOLOv8-based object detection model** trained to recognize **sign language gestures** in real-time.
Designed to help bridge communication gaps for the deaf and hard-of-hearing community.

**Key Features:**
- Real-time hand gesture recognition
- Custom-trained on a diverse sign language dataset
- Easy integration with webcams, mobile apps, and assistive devices

**Usage Example:**
```python
from ultralytics import YOLO
model = YOLO("your-username/SignLang-YOLOv8")
results = model("hand_gesture_image.jpg")
results.show()

Files changed (1) hide show
  1. README.md +14 -0
README.md ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - fr
4
+ - en
5
+ base_model:
6
+ - Ultralytics/YOLOv8
7
+ pipeline_tag: object-detection
8
+ tags:
9
+ - langage
10
+ - sign
11
+ - signlangage
12
+ - detection
13
+ - communication
14
+ ---