Spaces:
Sleeping
Sleeping
Fix Quick Start URLs to use actual Hugging Face Space URL
Browse files
README.md
CHANGED
|
@@ -78,7 +78,7 @@ This Hugging Face Space provides a production-ready API for detecting and classi
|
|
| 78 |
### Image Detection
|
| 79 |
|
| 80 |
```bash
|
| 81 |
-
curl -X POST "https://
|
| 82 |
-F "file=@document.jpg" \
|
| 83 |
-F "min_confidence=0.5" \
|
| 84 |
-F "return_crops=false"
|
|
@@ -87,7 +87,7 @@ curl -X POST "https://your-hf-space-url/v1/id/detect" \
|
|
| 87 |
### Video Detection
|
| 88 |
|
| 89 |
```bash
|
| 90 |
-
curl -X POST "https://
|
| 91 |
-F "file=@document_video.mp4" \
|
| 92 |
-F "min_confidence=0.5" \
|
| 93 |
-F "sample_fps=2.0" \
|
|
|
|
| 78 |
### Image Detection
|
| 79 |
|
| 80 |
```bash
|
| 81 |
+
curl -X POST "https://algoryn-yolo-e-idcard.hf.space/v1/id/detect" \
|
| 82 |
-F "file=@document.jpg" \
|
| 83 |
-F "min_confidence=0.5" \
|
| 84 |
-F "return_crops=false"
|
|
|
|
| 87 |
### Video Detection
|
| 88 |
|
| 89 |
```bash
|
| 90 |
+
curl -X POST "https://algoryn-yolo-e-idcard.hf.space/v1/id/detect-video" \
|
| 91 |
-F "file=@document_video.mp4" \
|
| 92 |
-F "min_confidence=0.5" \
|
| 93 |
-F "sample_fps=2.0" \
|