metadata
title: SAM Segmentation API
emoji: 🔍
colorFrom: blue
colorTo: indigo
sdk: docker
app_port: 7860
pinned: false
SAM FastAPI for Hugging Face Space
This is a FastAPI wrapper for Meta's Segment Anything Model (SAM), ready to deploy on Hugging Face Spaces.
Setup
- Upload the
sam_vit_b.pthmodel checkpoint to the root of your Space manually. - Hugging Face will automatically install dependencies and run the app.
- Use the
/segmentendpoint to perform segmentation.