cityvision-api / README.md
DaryaEL's picture
CityVision prediction API
feac395
|
Raw
History Blame Contribute Delete
497 Bytes
---
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