SondosM commited on
Commit
f033d7d
·
verified ·
1 Parent(s): 0597a7d

Rename README (1).md to README.md

Browse files
Files changed (2) hide show
  1. README (1).md +0 -47
  2. README.md +14 -0
README (1).md DELETED
@@ -1,47 +0,0 @@
1
- ---
2
- title: Arabic Sign Language Interpreter
3
- emoji: 🤟
4
- colorFrom: green
5
- colorTo: blue
6
- sdk: docker
7
- pinned: false
8
- app_port: 8000
9
- ---
10
-
11
- # Arabic Sign Language Interpreter API v2.0
12
-
13
- REST API لتفسير لغة الإشارة العربية — يقبل صورة يد ويرجع الحرف أو الرقم المقابل.
14
-
15
- ## البايبلاين
16
-
17
- ```
18
- Image → YOLO Detection → WiLoR 3D Pose → Stage-1 Classifier → Stage-2 MLP → Sign Label
19
- ```
20
-
21
- ## الـ Endpoints
22
-
23
- - `GET /` — Health check
24
- - `POST /predict` — رفع صورة يد والحصول على التنبؤ
25
- - `POST /predict_with_skeleton` — نفس `/predict` + مفاصل 3D + crop
26
- - `GET /info` — معلومات الـ runtime
27
-
28
- ## مثال
29
-
30
- ```bash
31
- curl -X POST \
32
- "https://YOUR_USERNAME-arabic-sign-language-interpreter.hf.space/predict" \
33
- -F "file=@hand.jpg"
34
- ```
35
-
36
- **Response:**
37
- ```json
38
- {
39
- "sign": "ب",
40
- "sign_confidence": 0.9731,
41
- "category": "letter",
42
- "category_confidence": 0.9812,
43
- "hand_side": "right",
44
- "bbox": [120, 85, 340, 310],
45
- "mode": "full"
46
- }
47
- ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
README.md ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: API 2x1
3
+ emoji: 🦀
4
+ colorFrom: blue
5
+ colorTo: indigo
6
+ sdk: docker
7
+ pinned: false
8
+ ---
9
+
10
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
11
+
12
+ # Arabic Sign Language Interpreter API v2.0
13
+
14
+