mirror of
https://github.com/foomo/gsamservice.git
synced 2025-10-16 12:35:37 +00:00
| example | ||
| .gitignore | ||
| app.py | ||
| Dockerfile | ||
| imagesegmentation.py | ||
| LICENSE | ||
| Makefile | ||
| README.md | ||
| requirements.txt | ||
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.