Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Binary Image Segmentation - FastAPI Service
|
| 2 |
|
| 3 |
Professional background removal service with web interface and REST API, ready for Hugging Face Spaces deployment.
|
|
@@ -132,4 +139,4 @@ Apache 2.0
|
|
| 132 |
## ๐ Credits
|
| 133 |
|
| 134 |
- U2-Net, BiRefNet, RMBG models
|
| 135 |
-
- FastAPI framework
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
title: InspectechSegmentation
|
| 4 |
+
sdk: gradio
|
| 5 |
+
emoji: ๐
|
| 6 |
+
colorFrom: blue
|
| 7 |
+
---
|
| 8 |
# Binary Image Segmentation - FastAPI Service
|
| 9 |
|
| 10 |
Professional background removal service with web interface and REST API, ready for Hugging Face Spaces deployment.
|
|
|
|
| 139 |
## ๐ Credits
|
| 140 |
|
| 141 |
- U2-Net, BiRefNet, RMBG models
|
| 142 |
+
- FastAPI framework
|