fastapi-demo / README.md
tententgc
add Readme.md
98c1192
metadata
title: FastAPI Demo
emoji: 🎯
colorFrom: pink
colorTo: purple
sdk: docker
app_file: app.py
pinned: false

FastAPI Demo

This is a web interface to demonstrate object detection using a model deployed with FastAPI and ONNX Runtime.

How to use:

  1. Upload an image using the form below.
  2. The model will detect objects and plot bounding boxes.
  3. The resulting image will be displayed on the page.