Update README.md
Browse files
README.md
CHANGED
|
@@ -1,6 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Lang-SAM Deployment
|
| 2 |
|
| 3 |
-
Contains
|
| 4 |
|
| 5 |
## Features
|
| 6 |
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
sdk: docker
|
| 4 |
+
title: Lang-SAM Deployment
|
| 5 |
+
colorFrom: blue
|
| 6 |
+
pinned: false
|
| 7 |
+
short_description: 'Contains endpoints for Lang-SAM (Language-Segment Anything) '
|
| 8 |
+
---
|
| 9 |
# Lang-SAM Deployment
|
| 10 |
|
| 11 |
+
Contains deployment of the Lang-SAM (Language-Segment Anything) model along with SAM2 for advanced image segmentation capabilities. The project provides a FastAPI backend with a web interface for easy interaction.
|
| 12 |
|
| 13 |
## Features
|
| 14 |
|