UdasriHasindu commited on
Commit ·
bb3469b
1
Parent(s): b3b9fd5
doc: add front matters to readme requires for HF space
Browse files
README.md
CHANGED
|
@@ -1,4 +1,14 @@
|
|
| 1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
|
| 3 |
This project ports the complete notebook logic from `gait2 (5).ipynb` into a FastAPI app with Swagger UI.
|
| 4 |
|
|
@@ -17,11 +27,6 @@ Open Swagger UI:
|
|
| 17 |
|
| 18 |
## Endpoint
|
| 19 |
|
| 20 |
-
- `POST /analyze`
|
| 21 |
-
- form-data:
|
| 22 |
-
- `video`: video file (front-view gait)
|
| 23 |
-
- `gender`: `male` or `female`
|
| 24 |
-
|
| 25 |
- `POST /analyze_files`
|
| 26 |
- form-data:
|
| 27 |
- `video`: video file
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: GAIT_API
|
| 3 |
+
emoji: 🚶
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: indigo
|
| 6 |
+
sdk: docker
|
| 7 |
+
app_file: app.py
|
| 8 |
+
pinned: false
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
# Gait Analysis API
|
| 12 |
|
| 13 |
This project ports the complete notebook logic from `gait2 (5).ipynb` into a FastAPI app with Swagger UI.
|
| 14 |
|
|
|
|
| 27 |
|
| 28 |
## Endpoint
|
| 29 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 30 |
- `POST /analyze_files`
|
| 31 |
- form-data:
|
| 32 |
- `video`: video file
|