gsamservice/README.md
2025-08-29 09:53:07 +02:00

321 B

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.