Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,25 +1,17 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
Minimum Shape Size: 500 pixels area (filters out noise) Edge Detection: Canny algorithm with thresholds 50-150 Approximation: Contour approximation with 2% epsilon Square Detection: Width/height ratio between 0.95-1.05
|
| 20 |
-
|
| 21 |
-
Requirements
|
| 22 |
-
|
| 23 |
-
Python 3.8+ OpenCV Gradio NumPy Pillow
|
| 24 |
-
|
| 25 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 1 |
+
title: Geometric Shape Detection
|
| 2 |
+
emoji: 🔺
|
| 3 |
+
colorFrom: indigo
|
| 4 |
+
colorTo: purple
|
| 5 |
+
sdk: gradio
|
| 6 |
+
sdk_version: 4.44.0
|
| 7 |
+
app_file: app.py
|
| 8 |
+
pinned: false
|
| 9 |
+
license: mit
|
| 10 |
+
tags:
|
| 11 |
+
|
| 12 |
+
computer-vision
|
| 13 |
+
opencv
|
| 14 |
+
shape-detection
|
| 15 |
+
image-processing
|
| 16 |
+
geometry
|
| 17 |
+
short_description: AI-powered geometric shape detector that identifies triangles, squares, rectangles, and circles in images
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|