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