Spaces:
Sleeping
Sleeping
| title: CityVision Segmentation API | |
| emoji: π£οΈ | |
| colorFrom: blue | |
| colorTo: green | |
| sdk: docker | |
| app_port: 7860 | |
| pinned: false | |
| # CityVision β Segmentation API | |
| FastAPI endpoint serving the trained urban-scene segmentation model. | |
| - `POST /predict` β image β predicted mask (JSON) | |
| - `POST /predict/image` β image β predicted mask (PNG) | |
| - `POST /predict/classes` β image β detected classes | |
| - Interactive docs at `/docs` | |
| Source: https://github.com/delnouty/cityvision-segmentation | |