This project provides an object detection web service using FastAPI and Hugging Face’s DETR model, deployed via Modal.

Objecto

It processes images to identify objects, outputting bounding boxes and confidence scores for each detected object. Users can send images as requests and receive results with the detected objects visualized directly on the images.

Objecto

The service is configured with adjustable thresholds for detection accuracy and limits on the number of objects detected per image.