harithkavish's picture
Finalize project structure, update URLs, and clean up for deployment
8acc7cf
metadata
title: Multi-Object Detection Demo
emoji: 🦾
sdk: fastapi
app_file: app.py

Multi-Object Detection Demo (YOLO + CNN)

This Space demonstrates multi-object detection and image classification using a FastAPI backend. Models are loaded from the Hugging Face Model Hub.

  • Upload an image to get object detections and class predictions.
  • See GitHub for code.
  • See Model Hub for model files.

API Endpoints

  • POST /detect-object: Upload an image, get detections and class.
  • GET /health: Health check.