prakasa1234 commited on
Commit
b261aea
·
1 Parent(s): 0ecb150

updated README

Browse files
Files changed (1) hide show
  1. README.md +14 -2
README.md CHANGED
@@ -1,8 +1,20 @@
1
- # 🖐️ ASL Letter Classifier (YOLOv11 + MediaPipe)
 
 
 
 
 
 
 
 
 
 
 
2
 
3
  This app uses:
 
4
  - **YOLOv11 Classification** (fine-tuned on ASL alphabet images)
5
- - **MediaPipe Hand Landmarks** for hand annotation
6
  - **Gradio Web UI** for uploading and testing images
7
 
8
  Upload a photo of a hand sign to see the detected letter and confidence.
 
1
+ ---
2
+ title: ASL Letter Classifier
3
+ emoji: "🖐️"
4
+ colorFrom: "#4CAF50"
5
+ colorTo: "#1B5E20"
6
+ sdk: gradio
7
+ sdk_version: "4.34.0"
8
+ app_file: app.py
9
+ pinned: true
10
+ ---
11
+
12
+ # 🖐️ ASL Letter Classifier
13
 
14
  This app uses:
15
+
16
  - **YOLOv11 Classification** (fine-tuned on ASL alphabet images)
17
+ - **MediaPipe Hand Landmarks** for annotation
18
  - **Gradio Web UI** for uploading and testing images
19
 
20
  Upload a photo of a hand sign to see the detected letter and confidence.