Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# SAM FastAPI for Hugging Face Space
|
| 2 |
|
| 3 |
This is a FastAPI wrapper for Meta's Segment Anything Model (SAM), ready to deploy on Hugging Face Spaces.
|
|
@@ -6,5 +16,4 @@ This is a FastAPI wrapper for Meta's Segment Anything Model (SAM), ready to depl
|
|
| 6 |
|
| 7 |
1. Upload the `sam_vit_b.pth` model checkpoint to the root of your Space manually.
|
| 8 |
2. Hugging Face will automatically install dependencies and run the app.
|
| 9 |
-
3. Use the `/segment` endpoint to perform segmentation.
|
| 10 |
-
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: SAM Segmentation API
|
| 3 |
+
emoji: 🔍
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: indigo
|
| 6 |
+
sdk: docker
|
| 7 |
+
app_file: main.py
|
| 8 |
+
pinned: false
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
# SAM FastAPI for Hugging Face Space
|
| 12 |
|
| 13 |
This is a FastAPI wrapper for Meta's Segment Anything Model (SAM), ready to deploy on Hugging Face Spaces.
|
|
|
|
| 16 |
|
| 17 |
1. Upload the `sam_vit_b.pth` model checkpoint to the root of your Space manually.
|
| 18 |
2. Hugging Face will automatically install dependencies and run the app.
|
| 19 |
+
3. Use the `/segment` endpoint to perform segmentation.
|
|
|