Added Spaces config YAML block
Browse files
README.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
> **Note:** This repo contains only deployment/demo files.
|
| 2 |
> For full source, notebooks, and complete code, see [Capsule Defect Detection and Segmentation with ConvNeXt+U-Net and FastAPI](https://github.com/Kev-HL/capsule-defect-segmentation-api).
|
| 3 |
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Capsule Defect Detection and Segmentation with ConvNeXt+U-Net and FastAPI
|
| 3 |
+
emoji: 💊
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: gray
|
| 6 |
+
sdk: docker
|
| 7 |
+
pinned: True
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
> **Note:** This repo contains only deployment/demo files.
|
| 11 |
> For full source, notebooks, and complete code, see [Capsule Defect Detection and Segmentation with ConvNeXt+U-Net and FastAPI](https://github.com/Kev-HL/capsule-defect-segmentation-api).
|
| 12 |
|