Go to file
2025-08-29 09:53:07 +02:00
example initial commit 2025-08-29 09:53:07 +02:00
.gitignore initial commit 2025-08-29 09:53:07 +02:00
app.py initial commit 2025-08-29 09:53:07 +02:00
Dockerfile initial commit 2025-08-29 09:53:07 +02:00
imagesegmentation.py initial commit 2025-08-29 09:53:07 +02:00
LICENSE Initial commit 2025-07-18 12:32:42 +02:00
Makefile initial commit 2025-08-29 09:53:07 +02:00
README.md initial commit 2025-08-29 09:53:07 +02:00
requirements.txt initial commit 2025-08-29 09:53:07 +02:00

GSAM Service

Simple server providing Grounded SAM2 through an REST API

Usage

Build and run the container

make build
make run

You can then connect to the server on port 13337. Have a look at the example/main.go for examples of the provided endpoints.