Zitti123 commited on
Commit
8380820
Β·
1 Parent(s): 1924502

πŸ”§ 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

Files changed (1) hide show
  1. README.md +13 -1
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
- ## πŸ’‘ Tips for Best Results
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