Spaces:
Running
Running
π§ Fix HuggingFace configuration: Add proper YAML frontmatter
Browse files- Added required YAML header to README.md with title, emoji, SDK config
- Resolves 'Missing configuration in README' error
- Enables proper HuggingFace Spaces deployment and builds
README.md
CHANGED
@@ -1,3 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# π Smart Object Size Estimator
|
2 |
|
3 |
An AI-powered web application that estimates real-world sizes of objects in images using depth estimation and segmentation.
|
@@ -28,7 +40,7 @@ The app includes presets for:
|
|
28 |
- Generic Smartphone
|
29 |
- Custom (manual focal length input)
|
30 |
|
31 |
-
##
|
32 |
|
33 |
- Use good lighting and avoid harsh shadows
|
34 |
- Ensure objects are clearly visible and well-separated
|
|
|
1 |
+
---
|
2 |
+
title: Smart Object Size Estimator
|
3 |
+
emoji: π
|
4 |
+
colorFrom: blue
|
5 |
+
colorTo: green
|
6 |
+
sdk: gradio
|
7 |
+
sdk_version: "4.44.0"
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
license: mit
|
11 |
+
---
|
12 |
+
|
13 |
# π Smart Object Size Estimator
|
14 |
|
15 |
An AI-powered web application that estimates real-world sizes of objects in images using depth estimation and segmentation.
|
|
|
40 |
- Generic Smartphone
|
41 |
- Custom (manual focal length input)
|
42 |
|
43 |
+
## οΏ½οΏ½ Tips for Best Results
|
44 |
|
45 |
- Use good lighting and avoid harsh shadows
|
46 |
- Ensure objects are clearly visible and well-separated
|