Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,12 +1,12 @@
|
|
| 1 |
---
|
| 2 |
title: ASL Letter Classifier
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version:
|
| 8 |
app_file: app.py
|
| 9 |
-
pinned:
|
| 10 |
---
|
| 11 |
|
| 12 |
# 🖐️ ASL Letter Classifier
|
|
@@ -17,4 +17,4 @@ This app uses:
|
|
| 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.
|
|
|
|
| 1 |
---
|
| 2 |
title: ASL Letter Classifier
|
| 3 |
+
emoji: 🖐️
|
| 4 |
+
colorFrom: green
|
| 5 |
+
colorTo: green
|
| 6 |
sdk: gradio
|
| 7 |
+
sdk_version: 5.49.1
|
| 8 |
app_file: app.py
|
| 9 |
+
pinned: true
|
| 10 |
---
|
| 11 |
|
| 12 |
# 🖐️ ASL Letter Classifier
|
|
|
|
| 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.
|